aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_gzip
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-12-10 22:33:34 +0800
committerale <ale@FreeBSD.org>2006-12-10 22:33:34 +0800
commitac29e5e1e7e484e0d7138047d13d167ea5f1d5e1 (patch)
tree2d115d840e1bfe987be0297820ff98c0da57e008 /www/mod_gzip
parentda230c179bc1279b6354df717dc4aca1bbb416c3 (diff)
downloadfreebsd-ports-graphics-ac29e5e1e7e484e0d7138047d13d167ea5f1d5e1.tar.gz
freebsd-ports-graphics-ac29e5e1e7e484e0d7138047d13d167ea5f1d5e1.tar.zst
freebsd-ports-graphics-ac29e5e1e7e484e0d7138047d13d167ea5f1d5e1.zip
Respect CFLAGS.
Submitted by: Cory R. King <coryking@xlan.org>
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 018d99b46ad..a9582444c26 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}