summaryrefslogtreecommitdiff
path: root/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformEnable_h
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformEnable_h')
-rw-r--r--www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformEnable_h14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformEnable_h b/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformEnable_h
new file mode 100644
index 0000000..7b9c398
--- /dev/null
+++ b/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformEnable_h
@@ -0,0 +1,14 @@
1https://bugs.webkit.org/show_bug.cgi?id=129963
2
3Index: Source/WTF/wtf/PlatformEnable.h
4--- Source/WTF/wtf/PlatformEnable.h.orig
5+++ Source/WTF/wtf/PlatformEnable.h
6@@ -646,7 +646,7 @@
7 #if !defined(ENABLE_DFG_JIT) && ENABLE(JIT)
8
9 /* Enable the DFG JIT on X86 and X86_64. */
10-#if CPU(X86_64) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(HURD) || OS(WINDOWS))
11+#if CPU(X86_64) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(OPENBSD) || OS(HURD) || OS(WINDOWS))
12 #define ENABLE_DFG_JIT 1
13 #endif
14