$OpenBSD: patch-build_common_gypi,v 1.16 2013/07/15 14:59:30 robert Exp $
--- build/common.gypi.orig.port	Wed Jun 12 09:28:37 2013
+++ build/common.gypi	Sun Jul  7 16:03:49 2013
@@ -673,7 +673,7 @@
         # NOTE: The check for disable_nacl==0 and component=="static_library"
         # can't be used here because these variables are not defined yet, but it
         # is still not supported.
-        ['inside_chromium_build==1 and OS!="mac" and OS!="ios" and OS!="android" and chromeos==0', {
+        ['inside_chromium_build==1 and OS!="mac" and OS!="ios" and OS!="android" and chromeos==0 and OS!="openbsd"', {
           'test_isolation_mode%': 'check',
         }, {
           'test_isolation_mode%': 'noop',
@@ -4383,8 +4383,8 @@
           ],
         }, {
           'make_global_settings': [
-            ['CC', '<(make_clang_dir)/bin/clang'],
-            ['CXX', '<(make_clang_dir)/bin/clang++'],
+            ['CC', '/usr/local/bin/clang'],
+            ['CXX', '/usr/local/bin/clang++'],
             ['LINK', '$(CXX)'],
             ['CC.host', '$(CC)'],
             ['CXX.host', '$(CXX)'],
