diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-08-09 20:45:24 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-08-09 20:45:24 +0000 |
commit | 025c0377f0e8c5d0aa1fdbfe5fb5ce4f9c591f1c (patch) | |
tree | 3b7f7a74fef8e7db61ec1428a9b9d5d88ba1942c /games-fps | |
parent | initial commit (diff) | |
download | gentoo-2-025c0377f0e8c5d0aa1fdbfe5fb5ce4f9c591f1c.tar.gz gentoo-2-025c0377f0e8c5d0aa1fdbfe5fb5ce4f9c591f1c.tar.bz2 gentoo-2-025c0377f0e8c5d0aa1fdbfe5fb5ce4f9c591f1c.zip |
respect flags
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/warsow/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/warsow/files/warsow-1.0-build.patch | 13 |
2 files changed, 17 insertions, 2 deletions
diff --git a/games-fps/warsow/ChangeLog b/games-fps/warsow/ChangeLog index 7980fe64057b..bd3b059ca797 100644 --- a/games-fps/warsow/ChangeLog +++ b/games-fps/warsow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/warsow # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.36 2012/07/29 21:02:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.37 2012/08/09 20:45:24 hasufell Exp $ + + 09 Aug 2012; Julian Ospald <hasufell@gentoo.org> + files/warsow-1.0-build.patch: + respect flags 29 Jul 2012; Julian Ospald <hasufell@gentoo.org> warsow-1.0.ebuild: drop toolchain-funcs not explicitly used diff --git a/games-fps/warsow/files/warsow-1.0-build.patch b/games-fps/warsow/files/warsow-1.0-build.patch index 382e3572f07d..f0756d4fa202 100644 --- a/games-fps/warsow/files/warsow-1.0-build.patch +++ b/games-fps/warsow/files/warsow-1.0-build.patch @@ -70,7 +70,7 @@ g) address parallel make issues -CFLAGS_COMMON=$(CFLAGS) -pipe -I. -I$(LOCALBASE)/include -I$(X11BASE)/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall -Wno-unused-function -fvisibility=hidden -CFLAGS_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops -DNDEBUG -msse3 -CFLAGS_DEBUG=-O0 -ggdb -D_DEBUG -+CFLAGS_COMMON=$(CFLAGS) -I. -I$(LOCALBASE)/include -I$(X11BASE)/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall -Wno-unused-function -fvisibility=hidden ++CFLAGS_COMMON=$(CFLAGS) -I. -I$(LOCALBASE)/include -I$(X11BASE)/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fvisibility=hidden +CFLAGS_RELEASE=-fno-strict-aliasing -DNDEBUG +CFLAGS_DEBUG=-D_DEBUG ifeq ($(DEBUG_BUILD),YES) @@ -552,3 +552,14 @@ g) address parallel make issues endif BUILDDIR=Build/obj +--- libsrcs/angelscript/angelSVN/sdk/angelscript/projects/gnuc/makefile ++++ libsrcs/angelscript/angelSVN/sdk/angelscript/projects/gnuc/makefile +@@ -47,7 +47,7 @@ + CXX ?= gcc + # On i686 architecture you may need to add -march=i686 if you get + # an undefined symbol for __sync_sub_and_fetch_4 in as_atomic.cpp. +- CXXFLAGS += -g -Wall -fPIC -fno-strict-aliasing ++ CXXFLAGS += -fPIC -fno-strict-aliasing + endif + + AR ?= ar |