aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gzip
diff options
context:
space:
mode:
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}