ports/www/mod_pagespeed/files/patch-third__party_httpd_httpd.gyp
Mahdi Mokhtari 60a05e200a www/mod_pagespeed: Add latest stable version to the tree
mod_pagespeed is an open-source Apache module that automatically
optimizes web pages and resources on them by rewriting the
resources using filters that implement web performance best practices.

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D12616
2017-10-13 15:15:53 +00:00

22 lines
840 B
Python

--- third_party/httpd/httpd.gyp.orig 2017-10-06 09:52:26 UTC
+++ third_party/httpd/httpd.gyp
@@ -18,7 +18,7 @@
'apache_src_root': '<(apache_root)/src',
'apache_gen_os_root': '<(apache_root)/gen/arch/<(OS)',
'apache_gen_arch_root': '<(apache_gen_os_root)/<(target_arch)',
- 'system_include_path_httpd%': '/usr/include/apache2',
+ 'system_include_path_httpd%': '/usr/local/include/apache22',
'conditions': [
['OS!="win"', {
'apache_os_include': '<(apache_src_root)/os/unix',
@@ -58,6 +58,10 @@
'direct_dependent_settings': {
'include_dirs': [
'<(system_include_path_httpd)',
+ '/usr/local/libexec/apache22',
+ ],
+ 'ldflags+': [
+ '-L/usr/local/libexec/apache22',
],
},
'dependencies': [