aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2010-03-29 04:21:03 +0800
committeritetcu <itetcu@FreeBSD.org>2010-03-29 04:21:03 +0800
commit070022adc7a086959629bfe409420b8230d26bf4 (patch)
treec80c30f347fdd63a9c03b1d7bd020af85cbf9185
parent8996719f5389f2c8da07ab70651d7c6cc7bb9862 (diff)
downloadfreebsd-ports-gnome-070022adc7a086959629bfe409420b8230d26bf4.tar.gz
freebsd-ports-gnome-070022adc7a086959629bfe409420b8230d26bf4.tar.zst
freebsd-ports-gnome-070022adc7a086959629bfe409420b8230d26bf4.zip
- Fix build with png-1.4.1
- bump PORTREVISION Submitted by: Warren Block <wblock@wonkity.com> (private mail)
-rw-r--r--x11-toolkits/wxgtk26/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile
index 99c542716ac3..fdf6ed97a8be 100644
--- a/x11-toolkits/wxgtk26/Makefile
+++ b/x11-toolkits/wxgtk26/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wx
PORTVERSION= 2.6.4
-PORTREVISION?= 4
+PORTREVISION?= 5
CATEGORIES= x11-toolkits
MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION}
PKGNAMESUFFIX= ${WXGTK_FLAVOR}
@@ -90,7 +90,8 @@ 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' \
+ s|pkg_config_args --libs|pkg_config_args pangox --libs|g ; \
+ s|png_check_sig|png_sig_cmp|g' \
${WRKSRC}/configure
.include <bsd.port.mk>