$OpenBSD: patch-third_party_WebKit_Source_core_core_gyp,v 1.8 2014/07/20 17:22:34 robert Exp $
--- third_party/WebKit/Source/core/core.gyp.orig.port	Tue Jul 15 13:07:04 2014
+++ third_party/WebKit/Source/core/core.gyp	Thu Jul 17 12:25:31 2014
@@ -636,7 +636,7 @@
           # Due to a bug in gcc 4.6 in android NDK, we get warnings about uninitialized variable.
           'cflags': ['-Wno-uninitialized'],
         }],
-        ['OS != "linux"', {
+        ['OS != "linux" and OS != "openbsd"', {
           'sources/': [
             ['exclude', 'Linux\\.cpp$'],
           ],
@@ -675,7 +675,7 @@
         ['OS=="win" and buildtype=="Official"', {
           'msvs_shard': 19,
         }],
-        ['OS != "linux"', {
+        ['OS != "linux" and OS != "openbsd"', {
           'sources/': [
             ['exclude', 'Linux\\.cpp$'],
           ],
