$OpenBSD: patch-build_config_allocator_gni,v 1.4 2016/12/10 15:35:25 robert Exp $
--- build/config/allocator.gni.orig.port	Fri Dec  2 17:55:10 2016
+++ build/config/allocator.gni	Sat Dec  3 14:29:11 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_asan && !is_lsan && !is_tsan && !is_msan) {
+     !is_asan && !is_lsan && !is_tsan && !is_msan && !is_openbsd) {
   _default_use_experimental_allocator_shim = true
 } else {
   _default_use_experimental_allocator_shim = false
