summaryrefslogtreecommitdiff
path: root/games/intensityengine/files/patch-src-thirdparty-v8-tools-utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'games/intensityengine/files/patch-src-thirdparty-v8-tools-utils.py')
-rw-r--r--games/intensityengine/files/patch-src-thirdparty-v8-tools-utils.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/intensityengine/files/patch-src-thirdparty-v8-tools-utils.py b/games/intensityengine/files/patch-src-thirdparty-v8-tools-utils.py
deleted file mode 100644
index 0346dfb42e3e..000000000000
--- a/games/intensityengine/files/patch-src-thirdparty-v8-tools-utils.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/thirdparty/v8/tools/utils.py.orig 2010-01-28 22:56:11.000000000 +0300
-+++ src/thirdparty/v8/tools/utils.py 2010-01-29 00:11:53.000000000 +0300
-@@ -67,6 +67,8 @@
- return 'arm'
- elif (not id) or (not re.match('(x|i[3-6])86', id) is None):
- return 'ia32'
-+ elif id == 'amd64':
-+ return 'x64'
- else:
- return None
-