ports/www/mod_spdy/files/patch-base.gypi
Steve Wills 632a9f70e6 mod_spdy is an Apache 2.x filter module that provides SPDY support in the
Apache HTTPD web server. Because mod_spdy is an Apache module, it can be
loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.
This module is still an early beta and is not yet suitable for production
environments.

WWW:	http://code.google.com/p/mod-spdy/

PR:		ports/166538
Submitted by:	Masaki TAGAWA
2012-05-04 13:37:52 +00:00

18 lines
686 B
Python

--- base/base.gypi.org 2012-03-31 16:28:56.347804000 +0900
+++ base/base.gypi 2012-03-31 17:03:22.470770534 +0900
@@ -7,6 +7,7 @@
'variables': {
'base_target': 0,
'chromium_root': '<(DEPTH)/third_party/chromium/src',
+ 'system_include_path_execinfo%': '%%LOCALBASE%%/include',
},
'target_conditions': [
# This part is shared between the targets defined below. Only files and
@@ -107,6 +108,7 @@
'include_dirs': [
'<(chromium_root)',
'<(DEPTH)',
+ '<(system_include_path_execinfo)',
],
# These warnings are needed for the files in third_party\dmg_fp.
'msvs_disabled_warnings': [