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
448 B
Plaintext
13 lines
448 B
Plaintext
$OpenBSD: patch-third_party_npapi_npapi_gyp,v 1.1 2010/12/13 09:51:46 espie Exp $
|
|
--- third_party/npapi/npapi.gyp.orig Tue Mar 30 07:32:42 2010
|
|
+++ third_party/npapi/npapi.gyp Sun Nov 28 00:11:28 2010
|
|
@@ -24,7 +24,7 @@
|
|
'bindings/npruntime.h',
|
|
],
|
|
'conditions': [
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
|
'sources': [
|
|
'bindings/npapi_x11.h',
|
|
],
|