$OpenBSD: patch-src_qt_qtwebkit_Source_WTF_wtf_Platform_h,v 1.1 2017/07/05 11:54:22 sthen Exp $

Index: src/qt/qtwebkit/Source/WTF/wtf/Platform.h
--- src/qt/qtwebkit/Source/WTF/wtf/Platform.h.orig
+++ src/qt/qtwebkit/Source/WTF/wtf/Platform.h
@@ -724,6 +724,10 @@
 #endif
 #endif
 
+#if PLATFORM(OPENBSD)
+#define USE_SYSTEM_MALLOC 1
+#endif
+
 #if PLATFORM(EFL)
 #define ENABLE_GLOBAL_FASTMALLOC_NEW 0
 #endif
