diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 19:38:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 19:38:32 +0000 |
commit | 1bdd4db87ab75b9a785e5d78f895a4b3da1932e8 (patch) | |
tree | b9225471815b3bc78519350d82ec269cdb4fba11 /www | |
parent | 9233c398a43db0055c1ca30be39fe14994ba25c9 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/ziproxy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/ziproxy/Makefile b/www/ziproxy/Makefile index b33d38f82061..89d4dcad69cd 100644 --- a/www/ziproxy/Makefile +++ b/www/ziproxy/Makefile @@ -44,6 +44,10 @@ post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%DATADIR%%|${DATADIR}|g' \ ${WRKSRC}/etc/ziproxy/ziproxy.conf + @${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ + ${WRKSRC}/src/image.c + @${REINPLACE_CMD} -e 's|png_check_sig|png_sig_cmp|' \ + ${WRKSRC}/configure post-install: @${MKDIR} ${PREFIX}/etc/ziproxy |