summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-03 15:28:23 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-03 15:28:23 +0000
commit739a84b39a97eadc65e11db343e8b351b1cc0033 (patch)
tree2366526ae8dc978145cf9f04c8fe9bd6de02e706 /games-fps/quake3/files
parentAdded filter-flags to remove -mfpmath=sse for bug #149008. (diff)
downloadgentoo-2-739a84b39a97eadc65e11db343e8b351b1cc0033.tar.gz
gentoo-2-739a84b39a97eadc65e11db343e8b351b1cc0033.tar.bz2
gentoo-2-739a84b39a97eadc65e11db343e8b351b1cc0033.zip
Added filter-flags to remove -mfpmath=sse for bug #149008.
(Portage version: 2.1.2_pre1-r4) (Signed Manifest commit)
Diffstat (limited to 'games-fps/quake3/files')
-rw-r--r--games-fps/quake3/files/digest-quake3-1.34_alpha7783
-rw-r--r--games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch20
2 files changed, 0 insertions, 23 deletions
diff --git a/games-fps/quake3/files/digest-quake3-1.34_alpha778 b/games-fps/quake3/files/digest-quake3-1.34_alpha778
deleted file mode 100644
index c5974c8ca18f..000000000000
--- a/games-fps/quake3/files/digest-quake3-1.34_alpha778
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7e38dabd290dd6374be3b4f1f074b784 quake3-1.34_SVN778M.tar.bz2 2450805
-RMD160 4fc1d22fbfeb0c59661bb9ac9e4a44e8077a4703 quake3-1.34_SVN778M.tar.bz2 2450805
-SHA256 9e69dfadd83abedcf163ea39416ccd986fe7371d24d7656298fc7ba8a05bd35c quake3-1.34_SVN778M.tar.bz2 2450805
diff --git a/games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch b/games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch
deleted file mode 100644
index d8a7e9c7df39..000000000000
--- a/games-fps/quake3/files/quake3-1.34_alpha778-gfbsd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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