summarylogtreecommitdiffstats
path: root/JavaScript.Platform.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScript.Platform.h.patch')
-rw-r--r--JavaScript.Platform.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/JavaScript.Platform.h.patch b/JavaScript.Platform.h.patch
new file mode 100644
index 000000000000..eace21d97410
--- /dev/null
+++ b/JavaScript.Platform.h.patch
@@ -0,0 +1,11 @@
+--- a/qtscript/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2017-12-03 15:17:32.109008745 -0300
++++ b/qtscript/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2017-12-03 15:18:07.382415362 -0300
+@@ -377,7 +377,7 @@
+
+ #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_))
+ #define WTF_CPU_MIPS 1
+-#include <sgidefs.h>
++#include <asm/sgidefs.h>
+ #if defined(__MIPSEB__)
+ #define WTF_CPU_BIG_ENDIAN 1
+ #endif