$OpenBSD: patch-third_party_WebKit_Source_core_core_gyp,v 1.16 2015/07/23 13:44:04 robert Exp $
--- third_party/WebKit/Source/core/core.gyp.orig.port	Wed Jul 15 22:31:12 2015
+++ third_party/WebKit/Source/core/core.gyp	Wed Jul 22 08:37:30 2015
@@ -504,13 +504,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',
           ],
@@ -839,13 +839,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',
               ],
