Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/btanks/files: btanks-0.7.5800-scons-blows.patch digest-btanks-0.7.5800
Date: Thu, 27 Dec 2007 01:00:29
Message-Id: E1J7h6j-0003K7-1f@stork.gentoo.org
1 tupone 07/12/27 01:00:21
2
3 Added: btanks-0.7.5800-scons-blows.patch
4 digest-btanks-0.7.5800
5 Log:
6 Version bump to 0.7.5800 Bug #203138
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 games-action/btanks/files/btanks-0.7.5800-scons-blows.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/files/btanks-0.7.5800-scons-blows.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/files/btanks-0.7.5800-scons-blows.patch?rev=1.1&content-type=text/plain
14
15 Index: btanks-0.7.5800-scons-blows.patch
16 ===================================================================
17 Respect env build settings, dont force crappy flags, and make sure -rpath is added properly.
18
19 --- SConstruct
20 +++ SConstruct
21 @@ -81,16 +81,10 @@
22 if env['gcc_visibility']:
23 env.Append(CCFLAGS=' -fvisibility-inlines-hidden -fvisibility=hidden ');
24 env.Append(CPPFLAGS=' -fvisibility-inlines-hidden -fvisibility=hidden ');
25 - if debug:
26 - env.Append(CCFLAGS='-ggdb ')
27 - env.Append(CPPFLAGS='-ggdb ')
28 - else:
29 - env.Append(CCFLAGS='-O3 ')
30 - env.Append(CPPFLAGS='-O3 ')
31
32 al_lib = 'openal'
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.Copy()
40 --- SConscript
41 +++ SConscript
42 @@ -94,7 +94,7 @@
43
44 Import('lib_dir')
45 if sys.platform != 'win32':
46 - bt_env.Append(LINKFLAGS=' -Wl,-rpath '+ lib_dir + ' -Wl,-rpath-link,build/' + env['mode'] + '/mrt')
47 - bt_env.Append(LINKFLAGS=' -Wl,-rpath '+ lib_dir + ' -Wl,-rpath-link,build/' + env['mode'] + '/sdlx')
48 + bt_env.Append(LINKFLAGS=' -Wl,-rpath,'+ lib_dir + ' -Wl,-rpath-link,build/' + env['mode'] + '/mrt')
49 + bt_env.Append(LINKFLAGS=' -Wl,-rpath,'+ lib_dir + ' -Wl,-rpath-link,build/' + env['mode'] + '/sdlx')
50
51 bt_main = bt_env.Program('bt', bt_main_sources, LIBS=bt_main_libs, RPATH=[lib_dir])
52
53
54
55 1.1 games-action/btanks/files/digest-btanks-0.7.5800
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/files/digest-btanks-0.7.5800?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/files/digest-btanks-0.7.5800?rev=1.1&content-type=text/plain
59
60 Index: digest-btanks-0.7.5800
61 ===================================================================
62 MD5 538eadf2b78897620f3ef683a4ea423a btanks-0.7.5800.tar.bz2 56610996
63 RMD160 101da9fe749a80456c675ca9dc6f26ca3fb53038 btanks-0.7.5800.tar.bz2 56610996
64 SHA256 1c82a2a1d1acd9bba7498be6623ad94a05783aba23fb0ac84330049a02107c2f btanks-0.7.5800.tar.bz2 56610996
65
66
67
68 --
69 gentoo-commits@g.o mailing list