$OpenBSD: patch-third_party_WebKit_Source_core_core_gyp,v 1.19 2015/12/05 16:13:32 robert Exp $
--- third_party/WebKit/Source/core/core.gyp.orig.port	Tue Nov 24 21:01:00 2015
+++ third_party/WebKit/Source/core/core.gyp	Wed Dec  2 08:18:32 2015
@@ -506,13 +506,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',
           ],
@@ -834,13 +834,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',
               ],
