aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gzip
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-12-10 14:33:34 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-12-10 14:33:34 +0000
commit91ddb270c5fcae7b65139d093c34eacf157b4f38 (patch)
treeaba593be0119261bfd8865947f3c184d89aafe9c /www/mod_gzip
parent9ef62cddd99832bc1e35bac22ece61cd0957cee7 (diff)
downloadports-91ddb270c5fcae7b65139d093c34eacf157b4f38.tar.gz
ports-91ddb270c5fcae7b65139d093c34eacf157b4f38.zip
Notes
Diffstat (limited to 'www/mod_gzip')
-rw-r--r--www/mod_gzip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_gzip/Makefile b/www/mod_gzip/Makefile
index 018d99b46ad9..a9582444c26e 100644
--- a/www/mod_gzip/Makefile
+++ b/www/mod_gzip/Makefile
@@ -19,6 +19,10 @@ USE_APACHE= yes
MAKE_ENV+= "APXS=${APXS}"
ALL_TARGET= build
+post-patch:
+ @${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' \
+ ${WRKSRC}/Makefile
+
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR}