summaryrefslogtreecommitdiff
path: root/games/intensityengine/files/patch-src-thirdparty-v8-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/intensityengine/files/patch-src-thirdparty-v8-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/intensityengine/files/patch-src-thirdparty-v8-SConstruct')
-rw-r--r--games/intensityengine/files/patch-src-thirdparty-v8-SConstruct14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/intensityengine/files/patch-src-thirdparty-v8-SConstruct b/games/intensityengine/files/patch-src-thirdparty-v8-SConstruct
deleted file mode 100644
index 7dccb6e8ecc5..000000000000
--- a/games/intensityengine/files/patch-src-thirdparty-v8-SConstruct
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/thirdparty/v8/SConstruct.orig 2010-01-30 03:01:20.000000000 +0300
-+++ src/thirdparty/v8/SConstruct 2010-01-30 03:02:10.000000000 +0300
-@@ -824,7 +824,10 @@
- else:
- prefix = options[key]
- if isinstance(prefix, StringTypes): prefix = prefix.split()
-- options[key] = prefix + value
-+ if key == 'CPPPATH':
-+ options[key] = value + prefix
-+ else:
-+ options[key] = prefix + value
-
- def ConfigureObject(self, env, input, **kw):
- if (kw.has_key('CPPPATH') and env.has_key('CPPPATH')):