$OpenBSD: patch-ui_gl_gl_gyp,v 1.7 2014/07/20 17:22:34 robert Exp $
--- ui/gl/gl.gyp.orig.port	Tue Jul 15 13:02:12 2014
+++ ui/gl/gl.gyp	Thu Jul 17 12:25:32 2014
@@ -173,7 +173,7 @@
         },
       ],
       'conditions': [
-        ['OS in ("win", "android", "linux")', {
+        ['OS in ("win", "android", "linux", "openbsd")', {
           'sources': [
             'egl_util.cc',
             'egl_util.h',
@@ -192,7 +192,7 @@
             '<(DEPTH)/third_party/khronos',
         ],
         }],
-        ['OS in ("android", "linux")', {
+        ['OS in ("android", "linux", "openbsd")', {
           'sources': [
             'gl_implementation_osmesa.cc',
             'gl_implementation_osmesa.h',
