diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-05-20 12:39:55 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-05-20 12:39:55 +0000 |
commit | 502675efacb0bf9c843e5b8b0377f12b3263f560 (patch) | |
tree | ea6cbaa191732bd4076b6eb32ac5c4327a9ce268 /games-fps/openarena/files | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-502675efacb0bf9c843e5b8b0377f12b3263f560.tar.gz gentoo-2-502675efacb0bf9c843e5b8b0377f12b3263f560.tar.bz2 gentoo-2-502675efacb0bf9c843e5b8b0377f12b3263f560.zip |
Fix build with gcc-4.5. Bug #318495
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-fps/openarena/files')
-rw-r--r-- | games-fps/openarena/files/openarena-0.8.1-makefile.patch | 2 |
1 files changed, 1 insertions, 1 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 index 12a7d6d26e1b..a716763d84f6 100644 --- a/games-fps/openarena/files/openarena-0.8.1-makefile.patch +++ b/games-fps/openarena/files/openarena-0.8.1-makefile.patch @@ -17,7 +17,7 @@ - BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ - -pipe -DUSE_ICON $(shell sdl-config --cflags) -+ BASE_CFLAGS = -fno-strict-aliasing -DUSE_ICON $(shell sdl-config --cflags) ++ BASE_CFLAGS = -fno-strict-aliasing -DUSE_ICON $(shell sdl-config --cflags) -I. ifeq ($(USE_OPENAL),1) BASE_CFLAGS += -DUSE_OPENAL |