$OpenBSD: patch-gpu_gpu_config_gypi,v 1.4 2015/08/12 10:56:13 robert Exp $
--- gpu/gpu_config.gypi.orig.port	Wed Jul 15 22:30:04 2015
+++ gpu/gpu_config.gypi	Wed Jul 22 08:37:30 2015
@@ -66,12 +66,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',
