summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch')
-rw-r--r--games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch b/games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch
new file mode 100644
index 000000000000..e00cf0dc89de
--- /dev/null
+++ b/games-simulation/dangerdeep/files/dangerdeep-0.2.0-build.patch
@@ -0,0 +1,10 @@
+--- SConstruct.orig 2006-10-12 20:17:09.000000000 -0400
++++ SConstruct 2006-10-12 20:17:50.000000000 -0400
+@@ -117,6 +117,7 @@
+
+ else:
+ print "Compiling for Unix/Posix/Linux Environment"
++ SConsignFile()
+ env = Environment(ENV = os.environ)
+ env.Append(CPPPATH = ['/usr/include/SDL', '/usr/include/GL'])
+ libpath = ['/usr/X11R6/lib']