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, 0 insertions, 11 deletions
diff --git a/JavaScript.Platform.h.patch b/JavaScript.Platform.h.patch
deleted file mode 100644
index eace21d97410..000000000000
--- a/JavaScript.Platform.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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