diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-01 10:57:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-01 11:40:27 +0000 |
commit | 12de825cbd6ecebb540294e2171ee04aeea63e0e (patch) | |
tree | d6172dead4d7002be2f485807873fdb61d02aaf7 /community/qt5-qtscript/qtscript-opensource-src-5.5.0-s390.patch | |
parent | 099e957f61856e1bf84cb55194f6ecc5e8c848d7 (diff) | |
download | aports-12de825cbd6ecebb540294e2171ee04aeea63e0e.tar.bz2 aports-12de825cbd6ecebb540294e2171ee04aeea63e0e.tar.xz |
community/qt5-qtscript: upgrade to 5.10.1
Diffstat (limited to 'community/qt5-qtscript/qtscript-opensource-src-5.5.0-s390.patch')
-rw-r--r-- | community/qt5-qtscript/qtscript-opensource-src-5.5.0-s390.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/community/qt5-qtscript/qtscript-opensource-src-5.5.0-s390.patch b/community/qt5-qtscript/qtscript-opensource-src-5.5.0-s390.patch deleted file mode 100644 index e7871f4bc4..0000000000 --- a/community/qt5-qtscript/qtscript-opensource-src-5.5.0-s390.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -up qtscript-opensource-src-5.5.0/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.s390 qtscript-opensource-src-5.5.0/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h ---- qtscript-opensource-src-5.5.0/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.s390 2015-06-29 15:05:58.000000000 -0500 -+++ qtscript-opensource-src-5.5.0/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2015-07-16 09:57:18.963167137 -0500 -@@ -226,6 +226,18 @@ - #define WTF_CPU_SPARC 1 - #endif - -+/* CPU(S390X) - S390 64-bit */ -+#if defined(__s390x__) -+#define WTF_CPU_S390X 1 -+#define WTF_CPU_BIG_ENDIAN 1 -+#endif -+ -+/* CPU(S390) - S390 32-bit */ -+#if defined(__s390__) && !defined(__s390x__) -+#define WTF_CPU_S390 1 -+#define WTF_CPU_BIG_ENDIAN 1 -+#endif -+ - /* CPU(X86) - i386 / x86 32-bit */ - #if defined(__i386__) \ - || defined(i386) \ -@@ -950,7 +962,7 @@ - #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) - #if (CPU(X86_64) && !CPU(X32) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64) || CPU(MIPS64) || CPU(AARCH64) - #define WTF_USE_JSVALUE64 1 --#elif CPU(ARM) || CPU(PPC64) -+#elif CPU(ARM) || CPU(PPC64) || CPU(S390X) - #define WTF_USE_JSVALUE32 1 - #elif OS(WINDOWS) && COMPILER(MINGW) - /* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg |