diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 15:02:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 15:02:31 +0000 |
commit | 229fa93d4402b304ee92dd0b17aca68dac95331e (patch) | |
tree | 30a1d04a5eb61db943ff8175096c08f68e4d1346 /x11-toolkits | |
parent | 2254942b750b9b0b498abd3a5333fb50e95895b8 (diff) | |
download | ports-229fa93d4402b304ee92dd0b17aca68dac95331e.tar.gz ports-229fa93d4402b304ee92dd0b17aca68dac95331e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 1 |
2 files changed, 2 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> diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index c7bb9d2249ff..0e404d435385 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/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> |