diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 20:26:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 20:26:26 +0000 |
commit | 271b9dc1caa7667c82ab2cbcbb9f05b552781f3a (patch) | |
tree | 17695d9869da73047b150ddc2047e21b587c3c96 /science/peekabot | |
parent | ed97fe2a780fc92c71c972cd01aa263a3aee0b45 (diff) |
Notes
Diffstat (limited to 'science/peekabot')
-rw-r--r-- | science/peekabot/Makefile | 4 |
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> |