diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-19 08:35:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-19 08:35:41 +0000 |
commit | 90168bfc9f28acd1f4315d16584b71309714b75a (patch) | |
tree | 2d22e1a8d8ce040419506045b4b8ef61485cbf1c /x11 | |
parent | d47a6b532b1258e890392f6b8ff011453dae7f33 (diff) | |
download | pkgsrc-90168bfc9f28acd1f4315d16584b71309714b75a.tar.gz |
Disable visibility to fix build on NetBSD with gcc.
Bump PKGREVISION.
Reported upstream as http://trac.wxwidgets.org/ticket/16571 .
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wxGTK30/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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 |