mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
60a05e200a
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
12 lines
511 B
Python
12 lines
511 B
Python
--- net/instaweb/closure.gypi.orig 2017-10-07 00:18:23 UTC
|
|
+++ net/instaweb/closure.gypi
|
|
@@ -74,7 +74,7 @@
|
|
],
|
|
}],
|
|
['js_includes != ""', {
|
|
- 'closure_flags': ['<!@(python -c "print \' \'.join([\'--js \' + js for js in \'<(js_includes)\'.split()]) ")'],
|
|
+ 'closure_flags': ['<!@(python2.7 -c "print \' \'.join([\'--js \' + js for js in \'<(js_includes)\'.split()]) ")'],
|
|
}],
|
|
['"<!(echo $BUILD_JS)" != "1"', {
|
|
'action': [
|