diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-03-10 10:27:07 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-28 09:49:16 +0000 |
commit | 0017d10490a8cbf1313eedd4b53244c56b132bf5 (patch) | |
tree | ba30b36f0b41b2e4edbc85e4194c59cd30c024d3 /community/qt5-qtwebkit/0001-Add-ARM-64-support.patch | |
parent | 8253e0a1bc5d29b219d9236a3b6ba1e026620631 (diff) | |
download | aports-0017d10490a8cbf1313eedd4b53244c56b132bf5.tar.bz2 aports-0017d10490a8cbf1313eedd4b53244c56b132bf5.tar.xz |
community/qt5-qtwebkit: upgrade to 5.212.0-alpha4
Diffstat (limited to 'community/qt5-qtwebkit/0001-Add-ARM-64-support.patch')
-rw-r--r-- | community/qt5-qtwebkit/0001-Add-ARM-64-support.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/qt5-qtwebkit/0001-Add-ARM-64-support.patch b/community/qt5-qtwebkit/0001-Add-ARM-64-support.patch deleted file mode 100644 index 73f5c97f87..0000000000 --- a/community/qt5-qtwebkit/0001-Add-ARM-64-support.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h -index 4594ec8..639f28f 100644 ---- a/Source/WTF/wtf/Platform.h -+++ b/Source/WTF/wtf/Platform.h -@@ -342,7 +342,7 @@ - #endif - #endif - --#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC) || CPU(MIPS64) -+#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC) || CPU(MIPS64) || CPU(AARCH64) - #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1 - #endif - |