$OpenBSD: patch-build_config_c++_c++_gni,v 1.3 2018/01/30 07:57:25 robert Exp $

Index: build/config/c++/c++.gni
--- build/config/c++/c++.gni.orig
+++ build/config/c++/c++.gni
@@ -12,7 +12,7 @@ declare_args() {
   # is not supported.
   use_custom_libcxx =
       is_msan || is_fuchsia ||
-      (is_linux &&
+      (is_linux && !is_openbsd &&
        (!is_chromeos || default_toolchain != "//build/toolchain/cros:target"))
 
   # Use libc++ instead of stdlibc++ when using the host_cpu toolchain, even if
