Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/btanks/files: btanks-0.8.7686-scons-blows.patch
Date: Fri, 12 Sep 2008 14:39:02
Message-Id: E1Ke9nX-0000e3-RM@stork.gentoo.org
1 nyhm 08/09/12 14:38:59
2
3 Added: btanks-0.8.7686-scons-blows.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.1 games-action/btanks/files/btanks-0.8.7686-scons-blows.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/files/btanks-0.8.7686-scons-blows.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/files/btanks-0.8.7686-scons-blows.patch?rev=1.1&content-type=text/plain
13
14 Index: btanks-0.8.7686-scons-blows.patch
15 ===================================================================
16 --- SConstruct
17 +++ SConstruct
18 @@ -90,19 +90,9 @@
19 #env.Append(CPPDEFINES = ['NDEBUG'])
20
21 else:
22 - if env['gcc_visibility']:
23 - env.Append(CCFLAGS=['-fvisibility=hidden']);
24 - env.Append(CXXFLAGS=['-fvisibility-inlines-hidden', '-fvisibility=hidden']);
25 -
26 - if debug:
27 - env.Append(CCFLAGS=['-ggdb', '-D_FORTIFY_SOURCE=2'])
28 - env.Append(CPPFLAGS=['-ggdb', '-D_FORTIFY_SOURCE=2'])
29 - else:
30 - env.Append(CCFLAGS=['-O3'])
31 - env.Append(CPPFLAGS=['-O3'])
32
33 - env.Append(CPPFLAGS=['-Wall', '-pedantic', '-Wno-long-long', '-pipe', '-pthread'])
34 - env.Append(CCFLAGS=['-Wall', '-pedantic', '-Wno-long-long', '-pipe', '-pthread'])
35 + env.Append(CPPFLAGS=['-Wall', '-pedantic', '-Wno-long-long', '-pthread'])
36 + env.Append(CCFLAGS=['-Wall', '-pedantic', '-Wno-long-long', '-pthread'])
37
38
39 conf_env = env.Clone()