aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk28
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-28 15:02:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-28 15:02:31 +0000
commit229fa93d4402b304ee92dd0b17aca68dac95331e (patch)
tree30a1d04a5eb61db943ff8175096c08f68e4d1346 /x11-toolkits/wxgtk28
parent2254942b750b9b0b498abd3a5333fb50e95895b8 (diff)
downloadports-229fa93d4402b304ee92dd0b17aca68dac95331e.tar.gz
ports-229fa93d4402b304ee92dd0b17aca68dac95331e.zip
Notes
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r--x11-toolkits/wxgtk28/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index c7bb9d2249ff..0e404d435385 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -89,6 +89,7 @@ CONFIGURE_ARGS+=--enable-unicode
post-patch:
@${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \
s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
+ -e 's|png_check_sig|png_sig_cmp|g' \
${WRKSRC}/configure
.include <bsd.port.mk>