mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
a411b2130c
- Since it synced to latest version of Chromium, we have to change the default compiler as www/chromium - Note that clang is now the default compiler (GCC 4.6 is optionable) - Added DEBUG option PR: ports/167926 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
@unexec /usr/bin/sed -i '' 's/mod_ssl_with_npn.so/mod_ssl.so/g' %D/%%APACHEETCDIR%%/httpd.conf
|
|
%%APACHEMODDIR%%/mod_spdy.so
|
|
%%APACHEMODDIR%%/mod_ssl_with_npn.so
|
|
%%APACHEETCDIR%%/Includes/mod_spdy.conf
|
|
@exec /usr/bin/sed -i '' -e 's/mod_ssl.so/mod_ssl_with_npn.so/g' %D/%%APACHEETCDIR%%/httpd.conf
|