$OpenBSD: patch-src_3rdparty_chromium_ui_gfx_gfx_gyp,v 1.1.1.1 2016/12/25 14:13:19 zhuk Exp $
--- src/3rdparty/chromium/ui/gfx/gfx.gyp.orig.port	Thu Aug  4 14:25:28 2016
+++ src/3rdparty/chromium/ui/gfx/gfx.gyp	Thu Aug  4 14:26:19 2016
@@ -455,7 +455,7 @@
             '<(DEPTH)/build/linux/system.gyp:pangocairo',
           ],
         }],
-        ['desktop_linux==1 or chromeos==1', {
+        ['desktop_linux==1 or chromeos==1 or os_bsd==1', {
           'dependencies': [
             # font_render_params_linux.cc uses fontconfig
             '<(DEPTH)/build/linux/system.gyp:fontconfig',
@@ -506,7 +506,7 @@
             ['exclude', 'cocoa']
           ],
         }],
-        ['OS=="linux"', {
+        ['OS=="linux" or os_bsd==1', {
           'dependencies': [
             '../../build/linux/system.gyp:fontconfig',
           ],
