From 90168bfc9f28acd1f4315d16584b71309714b75a Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Sep 2014 08:35:41 +0000 Subject: Disable visibility to fix build on NetBSD with gcc. Bump PKGREVISION. Reported upstream as http://trac.wxwidgets.org/ticket/16571 . --- x11/wxGTK30/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'x11') diff --git a/x11/wxGTK30/Makefile b/x11/wxGTK30/Makefile index ffaa20d6461..0f7fda260bd 100644 --- a/x11/wxGTK30/Makefile +++ b/x11/wxGTK30/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2014/08/20 07:07:32 dbj Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/09/19 08:35:41 wiz Exp $ VERSION= 3.0.1 -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= wxWidgets-${VERSION} PKGNAME= wxGTK30-${VERSION} CATEGORIES= x11 @@ -12,7 +11,6 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://www.wxwidgets.org/ COMMENT= GTK-based implementation of the wxWidgets GUI library - # LGPLv2 with additional permission; http://opensource.org/licenses/wxwindows LICENSE= gnu-lgpl-v2 @@ -35,6 +33,9 @@ CONFIGURE_ARGS+= --with-expat=sys CONFIGURE_ARGS+= --with-zlib=sys CONFIGURE_ARGS+= --with-regex=builtin CONFIGURE_ARGS+= --enable-mediactrl +# wxregexu symbols are not exported properly as of 3.0.1 +# http://trac.wxwidgets.org/ticket/16571 +CONFIGURE_ARGS+= --disable-visibility DOCDIR= share/doc/wxGTK PKGLOCALEDIR= share -- cgit v1.2.3