$OpenBSD: patch-qtwebkit_Source_WTF_wtf_Platform_h,v 1.2 2015/04/19 13:18:28 zhuk Exp $
Use system malloc(3).
--- qtwebkit/Source/WTF/wtf/Platform.h.ports.orig	Tue Feb 17 07:57:01 2015
+++ qtwebkit/Source/WTF/wtf/Platform.h	Wed Apr  8 00:38:31 2015
@@ -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
