aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h b/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h
new file mode 100644
index 000000000000..94c6f260f833
--- /dev/null
+++ b/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h
@@ -0,0 +1,10 @@
+--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.orig 2014-04-10 22:37:12.000000000 +0400
++++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2014-12-20 07:17:24.000000000 +0300
+@@ -336,7 +336,6 @@
+ /* CPU(MIPS) - MIPS, any version */
+ #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_))
+ #define WTF_CPU_MIPS 1
+-#include <sgidefs.h>
+ #if defined(__MIPSEB__)
+ #define WTF_CPU_BIG_ENDIAN 1
+ #endif