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.
27 lines
786 B
Plaintext
27 lines
786 B
Plaintext
$OpenBSD: patch-printing_printing_gyp,v 1.1 2010/12/13 09:51:46 espie Exp $
|
|
--- printing/printing.gyp.orig Tue Mar 30 07:25:33 2010
|
|
+++ printing/printing.gyp Sun Nov 28 00:11:26 2010
|
|
@@ -112,16 +112,14 @@
|
|
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:gtk',
|
|
- ],
|
|
- }],
|
|
- ['OS=="linux"', {
|
|
- 'conditions': [
|
|
- ['linux_use_tcmalloc==1', {
|
|
+ ],
|
|
+ 'conditions': [
|
|
+ ['linux_use_tcmalloc==1', {
|
|
'dependencies': [
|
|
'../base/allocator/allocator.gyp:allocator',
|
|
- ],
|
|
- }],
|
|
- ],
|
|
+ ],
|
|
+ }],
|
|
+ ],
|
|
}],
|
|
],
|
|
},
|