diff www/webkitgtk/patch-clang.patch @ 743:a6ccd21107cb

www/webkit: initial import, closes #1752
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 07:13:31 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/webkitgtk/patch-clang.patch	Wed Aug 07 07:13:31 2019 +0200
@@ -0,0 +1,10 @@
+--- Source/bmalloc/bmalloc/AvailableMemory.cpp.orig
++++ Source/bmalloc/bmalloc/AvailableMemory.cpp
+@@ -32,6 +32,7 @@
+ #include "PerProcess.h"
+ #include "Scavenger.h"
+ #include "Sizes.h"
++#include <array>
+ #include <mutex>
+ #if BOS(DARWIN)
+ #if BPLATFORM(IOS_FAMILY)