$OpenBSD: patch-third_party_WebKit_Source_core_core_gyp,v 1.3 2015/05/26 17:37:40 robert Exp $
--- third_party/WebKit/Source/core/core.gyp.orig.port	Wed May 20 10:15:39 2015
+++ third_party/WebKit/Source/core/core.gyp	Wed May 20 10:16:17 2015
@@ -505,13 +505,13 @@
           # 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!': [
             'layout/LayoutThemeLinux.cpp',
             'layout/LayoutThemeLinux.h',
           ],
         }],
-        ['OS != "linux" and OS != "android"', {
+        ['OS != "linux" and OS != "android" and OS != "openbsd"', {
           'sources!': [
             'layout/LayoutThemeFontProviderLinux.cpp',
           ],
@@ -812,13 +812,13 @@
               # 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!': [
                 'layout/LayoutThemeLinux.cpp',
                 'layout/LayoutThemeLinux.h',
               ],
             }],
-            ['OS != "linux" and OS != "android"', {
+            ['OS != "linux" and OS != "android" and OS != "openbsd"', {
               'sources!': [
                 'layout/LayoutThemeFontProviderLinux.cpp',
               ],
