[packages/gtk-webkit4] - more x32 fixes

baggins baggins at pld-linux.org
Sun Mar 25 22:12:25 CEST 2018


commit 2cdf79f7ee2d0c9888b00b805aea628752d85cf0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 25 22:12:12 2018 +0200

    - more x32 fixes

 x32.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/x32.patch b/x32.patch
index 490f238..cef548e 100644
--- a/x32.patch
+++ b/x32.patch
@@ -17,3 +17,14 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h
  #define WTF_CPU_X86_SSE2 1
  #define WTF_CPU_KNOWN 1
  #endif
+--- webkitgtk-2.20.0/Source/bmalloc/bmalloc/Gigacage.h~	2018-02-19 08:45:33.000000000 +0100
++++ webkitgtk-2.20.0/Source/bmalloc/bmalloc/Gigacage.h	2018-03-25 22:11:46.796222047 +0200
+@@ -56,7 +56,7 @@
+ #define STRING_GIGACAGE_MASK GIGACAGE_SIZE_TO_MASK(STRING_GIGACAGE_SIZE)
+ 
+ #if ((BOS(DARWIN) || BOS(LINUX)) && \
+-    (BCPU(X86_64) || (BCPU(ARM64) && !defined(__ILP32__) && (!BPLATFORM(IOS) || __IPHONE_OS_VERSION_MIN_REQUIRED >= 110300))))
++    ((BCPU(X86_64) && !defined(__ILP32__)) || (BCPU(ARM64) && !defined(__ILP32__) && (!BPLATFORM(IOS) || __IPHONE_OS_VERSION_MIN_REQUIRED >= 110300))))
+ #define GIGACAGE_ENABLED 1
+ #else
+ #define GIGACAGE_ENABLED 0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/2cdf79f7ee2d0c9888b00b805aea628752d85cf0



More information about the pld-cvs-commit mailing list