mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
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
22 lines
840 B
Python
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': [
|