openbsd-ports/www/chromium/patches/patch-ui_ui_gfx_gypi

12 lines
429 B
Plaintext

$OpenBSD: patch-ui_ui_gfx_gypi,v 1.2 2011/08/16 08:17:44 robert Exp $
--- ui/ui_gfx.gypi.orig Wed Jul 27 10:01:56 2011
+++ ui/ui_gfx.gypi Tue Aug 2 20:12:21 2011
@@ -151,6 +151,7 @@
'gfx/native_widget_types_gtk.cc',
],
}],
+ ['OS=="openbsd"', { 'include_dirs': [ '/usr/local/include ' ] } ],
['chromeos==1', {
'sources': [
'gfx/native_theme_chromeos.cc',