summaryrefslogtreecommitdiff
path: root/www/webkitgtk4/patches/patch-Source_WTF_wtf_Platform_h
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_WTF_wtf_Platform_h')
-rw-r--r--www/webkitgtk4/patches/patch-Source_WTF_wtf_Platform_h13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_WTF_wtf_Platform_h b/www/webkitgtk4/patches/patch-Source_WTF_wtf_Platform_h
new file mode 100644
index 0000000..c503325
--- /dev/null
+++ b/www/webkitgtk4/patches/patch-Source_WTF_wtf_Platform_h
@@ -0,0 +1,13 @@
1Fix build with icu4c >=69.1
2
3Index: Source/WTF/wtf/Platform.h
4--- Source/WTF/wtf/Platform.h.orig
5+++ Source/WTF/wtf/Platform.h
6@@ -113,7 +113,6 @@
7
8 /* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */
9 /* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */
10-#define U_HIDE_DEPRECATED_API 1
11 #define U_SHOW_CPLUSPLUS_API 0
12 #ifdef __cplusplus
13 #define UCHAR_TYPE char16_t