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-tools-SConscript | |
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-tools-SConscript')
-rw-r--r-- | games/windstille/files/patch-tools-SConscript | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/windstille/files/patch-tools-SConscript b/games/windstille/files/patch-tools-SConscript deleted file mode 100644 index 6730fd0caab3..000000000000 --- a/games/windstille/files/patch-tools-SConscript +++ /dev/null @@ -1,20 +0,0 @@ ---- tools/SConscript.orig Thu Jun 22 19:15:05 2006 -+++ tools/SConscript Fri Jun 15 00:09:36 2007 -@@ -2,9 +2,14 @@ - - import glob - --env = Environment(CPPPATH=['../..'], -- CXXFILESUFFIX = ".cpp", -- YACCFLAGS=['-d', '--no-lines']) -+Import('conf_env') -+ -+env = conf_env.Copy() -+env.Append(CPPPATH=['../..']) -+env.Replace(CXXFILESUFFIX = ".cpp") -+env.Replace(YACCFLAGS = ['-d', '--no-lines']) -+env.Replace(YACC = 'bison') -+ - miniswig = env.Program('miniswig/miniswig', - ['miniswig/parser.yy', - 'miniswig/lexer.ll', |