diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-11-12 10:00:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-11-12 10:00:08 +0000 |
commit | f6ecd174b6ba733bed40214a7b7486e8ec356ad8 (patch) | |
tree | 022d0243c1bf42ef82473a8a7005034b4c5241ff /games/windstille/files/patch-SConstruct | |
parent | - Update to 4.57 (diff) |
Remove expired ports:
2013-11-12 games/windstille: Unplayable, development ceased
2013-11-12 games/intensityengine: Unplayable, main server down, development ceased
Notes
Notes:
svn path=/head/; revision=333557
Diffstat (limited to 'games/windstille/files/patch-SConstruct')
-rw-r--r-- | games/windstille/files/patch-SConstruct | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/windstille/files/patch-SConstruct b/games/windstille/files/patch-SConstruct deleted file mode 100644 index 9ffcdcdf605c..000000000000 --- a/games/windstille/files/patch-SConstruct +++ /dev/null @@ -1,15 +0,0 @@ ---- SConstruct.orig Thu Jun 14 15:59:31 2007 -+++ SConstruct Thu Jun 14 16:03:28 2007 -@@ -99,7 +99,11 @@ - return output - - --conf_env = Environment() -+conf_env = Environment(**ARGUMENTS) -+conf_env.Replace(CCFLAGS = conf_env['CCFLAGS'].split()) -+conf_env.Replace(CXXFLAGS = conf_env['CXXFLAGS'].split()) -+conf_env.Replace(CPPPATH = conf_env['CPPPATH'].split()) -+conf_env.Replace(LIBPATH = conf_env['LIBPATH'].split()) - conf = Configure(conf_env, custom_tests = { 'Check32bit' : Check32bit }) - if conf.Check32bit() == "64bit": - conf.env.Append(CXXFLAGS="-D_SQ64") |