if he comes back. In the mean time, fix build of chromium by adding the required -I/usr/local/includes to gyp glue where needed.
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
$OpenBSD: patch-gfx_gfx_gyp,v 1.1 2010/12/13 09:51:46 espie Exp $
|
|
--- gfx/gfx.gyp.orig Sun Nov 28 15:14:06 2010
|
|
+++ gfx/gfx.gyp Sun Nov 28 15:14:51 2010
|
|
@@ -92,6 +92,9 @@
|
|
'skia_utils_gtk.cc',
|
|
'skia_utils_gtk.h',
|
|
],
|
|
+ 'include_dirs': [
|
|
+ '/usr/local/include',
|
|
+ ],
|
|
'conditions': [
|
|
['OS=="win"', {
|
|
'sources': [
|