aboutsummaryrefslogtreecommitdiffstats
path: root/science/peekabot/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-03-30 04:26:26 +0800
committerdinoex <dinoex@FreeBSD.org>2010-03-30 04:26:26 +0800
commit2dde5a80489fb4bf4c051ea774efd57521dd7048 (patch)
treeab1bcf2027d2a2dafc291a4d3df7fc128c4ef083 /science/peekabot/Makefile
parent1227a4098ce2d3ff203ae79e13b08c4d26315059 (diff)
downloadfreebsd-ports-gnome-2dde5a80489fb4bf4c051ea774efd57521dd7048.tar.gz
freebsd-ports-gnome-2dde5a80489fb4bf4c051ea774efd57521dd7048.tar.zst
freebsd-ports-gnome-2dde5a80489fb4bf4c051ea774efd57521dd7048.zip
- fix build for png-1.4.1
Diffstat (limited to 'science/peekabot/Makefile')
-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>