From e0de738591f3284626c526841fcaa91c9d5f4543 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 16 Sep 2015 19:51:26 +0000 Subject: Remove ansi version fo wxGTK 2.8 and only keep the unicode version All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop --- x11-toolkits/wxgtk28/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'x11-toolkits/wxgtk28/Makefile') diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 43df6ab2d77d..b0b8cd4ff96f 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -3,7 +3,7 @@ PORTNAME= wx PORTVERSION= 2.8.12 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 28-${WXGTK_FLAVOR} @@ -81,10 +81,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} .if ${WXGTK_FLAVOR} != "gtk2-contrib-common" USE_WX= 2.8 RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk28-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" WX_UNICODE= yes -.endif pre-configure: @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ @@ -95,9 +92,7 @@ pre-configure: .endif # !gtk2-contrib-common .endif # *-contrib* -.if ${WXGTK_FLAVOR:M*-unicode*} != "" CONFIGURE_ARGS+=--enable-unicode -.endif .include -- cgit v1.2.3