$OpenBSD: patch-gpu_gpu_config_gypi,v 1.3 2015/05/26 17:37:40 robert Exp $
--- gpu/gpu_config.gypi.orig.port	Thu May 14 00:35:46 2015
+++ gpu/gpu_config.gypi	Wed May 20 08:34:56 2015
@@ -64,12 +64,12 @@
         '../third_party/amd/amd_videocard_info_win.cc',
       ],
     }],
-    ['OS=="linux" and use_libpci==1 and (use_x11==1 or use_ozone==1)', {
+    ['(OS=="linux" or os_bsd==1) and use_libpci==1 and (use_x11==1 or use_ozone==1)', {
       'dependencies': [
         '../build/linux/system.gyp:libpci',
       ],
     }],
-    ['OS=="linux" and use_x11==1', {
+    ['(OS=="linux" or os_bsd==1) and use_x11==1', {
       'dependencies': [
         '../build/linux/system.gyp:x11',
         '../build/linux/system.gyp:xext',
