bicatali 14/04/02 22:54:52 Added: double-conversion-2.0.1-scons.patch Log: Initial import to the main tree, version bump (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.1 dev-libs/double-conversion/files/double-conversion-2.0.1-scons.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/double-conversion/files/double-conversion-2.0.1-scons.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/double-conversion/files/double-conversion-2.0.1-scons.patch?rev=1.1&content-type=text/plain Index: double-conversion-2.0.1-scons.patch =================================================================== --- SConstruct.orig 2014-03-31 12:40:22.186757814 -0700 +++ SConstruct 2014-03-31 12:46:21.726024868 -0700 @@ -18,7 +18,8 @@ # for shared lib, requires scons 2.3.0 env['SHLIBVERSION'] = '1.0.0' -CCFLAGS = [] +CCFLAGS = [os.environ['CXXFLAGS']] + if int(debug): CCFLAGS.append(ARGUMENTS.get('CXXFLAGS', '-g -Wall -Werror')) if int(optimize):
