diff options
author | 2009-01-07 22:05:38 +0000 | |
---|---|---|
committer | 2009-01-07 22:05:38 +0000 | |
commit | 54aeb854ec8a7a4b27cd5a6f86250d79f2330767 (patch) | |
tree | 3b2b0beb80e1540bf2fbf4df50a86af6eac6b58e /games-fps/openarena/files | |
parent | whitespace (diff) | |
download | gentoo-2-54aeb854ec8a7a4b27cd5a6f86250d79f2330767.tar.gz gentoo-2-54aeb854ec8a7a4b27cd5a6f86250d79f2330767.tar.bz2 gentoo-2-54aeb854ec8a7a4b27cd5a6f86250d79f2330767.zip |
version bump with ebuild submitted by scarabeus (bug #245759)
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-fps/openarena/files')
-rw-r--r-- | games-fps/openarena/files/openarena-0.8.1-makefile.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games-fps/openarena/files/openarena-0.8.1-makefile.patch b/games-fps/openarena/files/openarena-0.8.1-makefile.patch new file mode 100644 index 000000000000..bb556119802c --- /dev/null +++ b/games-fps/openarena/files/openarena-0.8.1-makefile.patch @@ -0,0 +1,21 @@ +--- openarena-engine-0.8.1/Makefile 2008-08-09 22:22:37.000000000 +0200 ++++ openarena-engine-0.8.1/Makefile.new 2009-01-07 19:33:31.000000000 +0100 +@@ -231,8 +231,7 @@ + endif + endif + +- BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ +- -pipe -DUSE_ICON $(shell sdl-config --cflags) ++ BASE_CFLAGS = %CFLAGS% -DUSE_ICON $(shell sdl-config --cflags) + + ifeq ($(USE_OPENAL),1) + BASE_CFLAGS += -DUSE_OPENAL +@@ -323,7 +322,7 @@ + endif + + DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0 +- RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG $(OPTIMIZE) ++ RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG + + else # ifeq Linux + |