summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-29 20:26:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-29 20:26:26 +0000
commit271b9dc1caa7667c82ab2cbcbb9f05b552781f3a (patch)
tree17695d9869da73047b150ddc2047e21b587c3c96 /science
parentUpdate to 0.87. (diff)
- fix build for png-1.4.1
Notes
Notes: svn path=/head/; revision=251760
Diffstat (limited to 'science')
-rw-r--r--science/peekabot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile
index ee834fc73e1b..a3a1c715a283 100644
--- a/science/peekabot/Makefile
+++ b/science/peekabot/Makefile
@@ -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>