$OpenBSD: patch-build_config_allocator_gni,v 1.1 2016/10/27 18:30:40 robert Exp $
--- build/config/allocator.gni.orig.port	Wed Oct 19 13:28:18 2016
+++ build/config/allocator.gni	Wed Oct 19 13:29:39 2016
@@ -17,7 +17,7 @@ if (is_android || current_cpu == "mipsel" || is_mac ||
 # the shim. NaCl in particular does seem to link some binaries statically
 # against the debug CRT with "is_nacl=false".
 if ((is_linux || is_android || (is_win && !is_component_build && !is_debug)) &&
-    !is_syzyasan && !is_asan && !is_lsan && !is_tsan && !is_msan) {
+    !is_syzyasan && !is_asan && !is_lsan && !is_tsan && !is_msan && !is_openbsd) {
   _default_use_experimental_allocator_shim = true
 } else {
   _default_use_experimental_allocator_shim = false
