diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-17 00:06:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-17 00:06:49 +0000 |
commit | d001c6f855ffccc1d8fd77bbff1cb7623036ff5b (patch) | |
tree | ffb81b5b8145648477ccc152fa8b280a610c883c /games-util/xboxdrv/files | |
parent | old (diff) | |
download | gentoo-2-d001c6f855ffccc1d8fd77bbff1cb7623036ff5b.tar.gz gentoo-2-d001c6f855ffccc1d8fd77bbff1cb7623036ff5b.tar.bz2 gentoo-2-d001c6f855ffccc1d8fd77bbff1cb7623036ff5b.zip |
old
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-util/xboxdrv/files')
-rw-r--r-- | games-util/xboxdrv/files/xboxdrv-0.4.10-build.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games-util/xboxdrv/files/xboxdrv-0.4.10-build.patch b/games-util/xboxdrv/files/xboxdrv-0.4.10-build.patch deleted file mode 100644 index e33a5f8e6433..000000000000 --- a/games-util/xboxdrv/files/xboxdrv-0.4.10-build.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- SConstruct -+++ SConstruct -@@ -1,6 +1,16 @@ - # -*- python -*- - --env = Environment(CPPFLAGS=['-g', '-O2', '-Wall', '-ansi', '-pedantic']) -+import os -+import SCons.Util -+ -+env = Environment(CPPFLAGS=['-Wall', '-ansi', '-pedantic']) -+if os.environ.has_key('CXX'): -+ env['CXX'] = os.environ['CXX'] -+if os.environ.has_key('CXXFLAGS'): -+ env['CXXFLAGS'] = SCons.Util.CLVar(os.environ['CXXFLAGS']) -+if os.environ.has_key('LDFLAGS'): -+ env['LINKFLAGS'] = SCons.Util.CLVar(os.environ['LDFLAGS']) -+ - conf = Configure(env) - - if not conf.env['CXX']: |