diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-12-10 14:33:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-12-10 14:33:34 +0000 |
commit | 91ddb270c5fcae7b65139d093c34eacf157b4f38 (patch) | |
tree | aba593be0119261bfd8865947f3c184d89aafe9c /www/mod_gzip2 | |
parent | 9ef62cddd99832bc1e35bac22ece61cd0957cee7 (diff) | |
download | ports-91ddb270c5fcae7b65139d093c34eacf157b4f38.tar.gz ports-91ddb270c5fcae7b65139d093c34eacf157b4f38.zip |
Notes
Diffstat (limited to 'www/mod_gzip2')
-rw-r--r-- | www/mod_gzip2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile index 018d99b46ad9..a9582444c26e 100644 --- a/www/mod_gzip2/Makefile +++ b/www/mod_gzip2/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} |