5cb978edde
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.
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$OpenBSD: patch-chrome_common_constants_gypi,v 1.1 2010/12/13 09:51:45 espie Exp $
|
|
--- chrome/common_constants.gypi.orig Tue Mar 30 07:31:34 2010
|
|
+++ chrome/common_constants.gypi Sun Nov 28 00:11:31 2010
|
|
@@ -63,7 +63,7 @@
|
|
'../base/base.gyp:base',
|
|
],
|
|
'conditions': [
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
|
'dependencies': ['../build/linux/system.gyp:gtk'],
|
|
}],
|
|
],
|