summarylogtreecommitdiffstats
path: root/JavaScript.Platform.h.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2017-12-04 15:27:31 -0300
committerGonzalo Exequiel Pedone2017-12-04 15:27:31 -0300
commit7ba1c8deca3b34cc1fa07b1c7aeeba4f5e886c14 (patch)
treea6ddc265db020099db87e5c528d14d02f9bae502 /JavaScript.Platform.h.patch
parent6c0d104c13a20f7ead3cd333b78dbb73d9925897 (diff)
downloadaur-7ba1c8deca3b34cc1fa07b1c7aeeba4f5e886c14.tar.gz
Updated to Qt 5.9.3, set minimum platform to 16 (Android 4.1), and 21 (Android 5.0) for arm64-v8a and x86_64. Added MAKEFLAGS to make.
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