summaryrefslogtreecommitdiff
path: root/games/windstille/files/patch-src-SConstruct
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-12 10:00:08 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-12 10:00:08 +0000
commitf6ecd174b6ba733bed40214a7b7486e8ec356ad8 (patch)
tree022d0243c1bf42ef82473a8a7005034b4c5241ff /games/windstille/files/patch-src-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-src-SConstruct')
-rw-r--r--games/windstille/files/patch-src-SConstruct29
1 files changed, 0 insertions, 29 deletions
diff --git a/games/windstille/files/patch-src-SConstruct b/games/windstille/files/patch-src-SConstruct
deleted file mode 100644
index 9bf34e0fe32c..000000000000
--- a/games/windstille/files/patch-src-SConstruct
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/SConscript.orig Wed Jun 13 07:04:35 2007
-+++ src/SConscript Thu Jun 14 15:51:17 2007
-@@ -26,11 +26,10 @@
-
- Import('conf_env')
-
--env = Environment(CC = 'gcc',
-- CXX = 'g++',
-- CXXFLAGS = ['-O0', '-Wall', '-Werror', '-g', '-DDEBUG'] + conf_env['CXXFLAGS'])
--
--env.Append(CXXFLAGS = conf_env['CXXFLAGS'])
-+env = conf_env.Copy()
-+env.Append(LIBS = ['GL', 'GLU', 'squirrel', 'physfs', 'SDL_image', 'openal', 'glew', 'ogg', 'vorbis', 'vorbisfile', 'png', 'iconv'])
-+env.Append(LIBPATH = ['../lib/'] )
-+env.Append(CPPPATH = ['.', '..', '../lib/SQUIRREL2/include/', '../lib/glew'])
-
- # env.Copy(LIBS = ['a', 'b'])
-
-@@ -184,9 +183,6 @@
- 'sprite3d/sprite3d.cpp',
- 'tinygettext/gettext.cpp',
- 'tinygettext/tinygettext.cpp'
--],
--LIBS = ['GL', 'GLU', 'squirrel', 'physfs', 'SDL_image', 'openal', 'glew', 'ogg', 'vorbis', 'vorbisfile', 'png'] + env['LIBS'],
--LIBPATH = ['../lib/'],
--CPPPATH = env['CPPPATH'] + ['.', '..', '../lib/SQUIRREL2/include/', '../lib/glew'])
-+])
-
- # EOF #