mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
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
18 lines
686 B
Python
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': [
|