aboutsummaryrefslogtreecommitdiffstats
path: root/community/qt5-qtscript/qtscript-everywhere-src-5.10.1-sgidefs.patch
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2018-12-19 07:44:46 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-19 12:52:50 +0000
commit5ed2297a0b4af3d843c8232dca8df3d121223e67 (patch)
treefc3d1d6789dd28212123146210a9130c73060513 /community/qt5-qtscript/qtscript-everywhere-src-5.10.1-sgidefs.patch
parent55db207ab95667d9fa92ec8d91cc1edfc3afd155 (diff)
downloadaports-5ed2297a0b4af3d843c8232dca8df3d121223e67.tar.bz2
aports-5ed2297a0b4af3d843c8232dca8df3d121223e67.tar.xz
community/qt5-qtscript: fix build on mips* (sgidefs.h)
Diffstat (limited to 'community/qt5-qtscript/qtscript-everywhere-src-5.10.1-sgidefs.patch')
-rw-r--r--community/qt5-qtscript/qtscript-everywhere-src-5.10.1-sgidefs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/qt5-qtscript/qtscript-everywhere-src-5.10.1-sgidefs.patch b/community/qt5-qtscript/qtscript-everywhere-src-5.10.1-sgidefs.patch
new file mode 100644
index 0000000000..01ef14d704
--- /dev/null
+++ b/community/qt5-qtscript/qtscript-everywhere-src-5.10.1-sgidefs.patch
@@ -0,0 +1,11 @@
+--- qtscript-everywhere-src-5.10.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.orig
++++ qtscript-everywhere-src-5.10.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
+@@ -389,7 +389,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