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_gzip | |
parent | - take maintainership (diff) |
Respect CFLAGS.
Submitted by: Cory R. King <coryking@xlan.org>
Notes
Notes:
svn path=/head/; revision=179384
Diffstat (limited to 'www/mod_gzip')
-rw-r--r-- | www/mod_gzip/Makefile | 4 |
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} |