openbsd-ports/www/chromium/patches/patch-build_linux_system_gyp
espie 5cb978edde cut the "monster patches" into small pieces. pval can fix it to his liking
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.
2010-12-13 09:51:45 +00:00

13 lines
472 B
Plaintext

$OpenBSD: patch-build_linux_system_gyp,v 1.1 2010/12/13 09:51:45 espie Exp $
--- build/linux/system.gyp.orig Tue Mar 30 07:28:30 2010
+++ build/linux/system.gyp Sun Nov 28 00:11:29 2010
@@ -13,7 +13,7 @@
'pkg-config': 'pkg-config'
},
}],
- [ 'OS=="linux"', {
+ [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'variables': {
# We use our own copy of libssl, although we still need to link against
# the rest of NSS.