- fix build for png-1.4.1

This commit is contained in:
Dirk Meyer 2010-03-29 20:26:26 +00:00
parent ed97fe2a78
commit 271b9dc1ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251760

View file

@ -27,4 +27,8 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 4.2+
post-patch:
${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
${WRKSRC}/src/3rdparty/png++/io_base.hpp
.include <bsd.port.mk>