diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-24 23:26:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-24 23:26:49 +0000 |
commit | 37f386ab320c345f22f9a06532709077cf87fb76 (patch) | |
tree | 88f92f4f544afbe846b0cdd74163868503b81884 /games-fps/quake3/files | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-37f386ab320c345f22f9a06532709077cf87fb76.tar.gz gentoo-2-37f386ab320c345f22f9a06532709077cf87fb76.tar.bz2 gentoo-2-37f386ab320c345f22f9a06532709077cf87fb76.zip |
Add patch by Robert Sebastian Gerus to build on Gentoo/FreeBSD (bug #134147). Add ~x86-fbsd keyword.
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'games-fps/quake3/files')
-rw-r--r-- | games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch b/games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch new file mode 100644 index 000000000000..d8a7e9c7df39 --- /dev/null +++ b/games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch @@ -0,0 +1,20 @@ +--- quake3-1.34_SVN778M/Makefile.orig 2006-05-23 21:40:22 +0200 ++++ quake3-1.34_SVN778M/Makefile 2006-05-23 21:41:04 +0200 +@@ -432,7 +432,7 @@ + endif + + ifeq ($(USE_SDL),1) +- BASE_CFLAGS += $(shell sdl11-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 ++ BASE_CFLAGS += $(shell sdl-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 + endif + + ifeq ($(ARCH),axp) +@@ -463,7 +463,7 @@ + CLIENT_LDFLAGS = + + ifeq ($(USE_SDL),1) +- CLIENT_LDFLAGS += $(shell sdl11-config --libs) ++ CLIENT_LDFLAGS += $(shell sdl-config --libs) + else + CLIENT_LDFLAGS += -L/usr/X11R6/$(LIB) -lGL -lX11 -lXext -lXxf86dga -lXxf86vm + endif |