[packages/gtk-webkit] rediff patches

atler atler at pld-linux.org
Thu Aug 12 01:01:06 CEST 2021


commit 941b35bedecfe98865b406d8f641340de31bf0ae
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Aug 11 19:35:35 2021 +0200

    rediff patches

 gtk-webkit-icu59.patch | 6 +++---
 x32.patch              | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk-webkit-icu59.patch b/gtk-webkit-icu59.patch
index 39ff89e..f4a3d7a 100644
--- a/gtk-webkit-icu59.patch
+++ b/gtk-webkit-icu59.patch
@@ -9,8 +9,8 @@
  #ifdef __cplusplus
  extern "C" {
 @@ -46,7 +47,7 @@
-  character. As with all scalar types, endianness depends on the underlying
-  architecture.
+ @typedef JSChar
+ @abstract A Unicode character.
  */
 -    typedef unsigned short JSChar;
 +    typedef char16_t JSChar;
@@ -21,7 +21,7 @@
 +++ webkitgtk-2.16.1/Source/WebKit2/Shared/API/c/WKString.h	2017-04-22 14:35:56.853196170 +0200
 @@ -28,6 +28,7 @@
  
- #include <WebKit/WKBase.h>
+ #include <WebKit2/WKBase.h>
  #include <stddef.h>
 +#include <uchar.h>
  
diff --git a/x32.patch b/x32.patch
index 03054b7..4bea2db 100644
--- a/x32.patch
+++ b/x32.patch
@@ -17,7 +17,7 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h
 +#endif
  
  /* CPU(ARM64) - Apple */
- #if defined(__arm64__) && defined(__APPLE__)
+ #if (defined(__arm64__) && defined(__APPLE__)) || defined(__aarch64__)
 @@ -826,7 +826,7 @@
  #define ENABLE_REGEXP_TRACING 0
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit.git/commitdiff/c6c75c07992e9f083726b314bb8907966d98e3d7



More information about the pld-cvs-commit mailing list