pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wxGTK30 Disable visibility to fix build on NetBSD ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a3d87942ea1
branches:  trunk
changeset: 639607:4a3d87942ea1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 08:35:41 2014 +0000

description:
Disable visibility to fix build on NetBSD with gcc.
Bump PKGREVISION.
Reported upstream as http://trac.wxwidgets.org/ticket/16571 .

diffstat:

 x11/wxGTK30/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r c19e92a5bf33 -r 4a3d87942ea1 x11/wxGTK30/Makefile
--- a/x11/wxGTK30/Makefile      Fri Sep 19 08:31:26 2014 +0000
+++ b/x11/wxGTK30/Makefile      Fri Sep 19 08:35:41 2014 +0000
@@ -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 @@
 MAINTAINER=    dbj%NetBSD.org@localhost
 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-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



Home | Main Index | Thread Index | Old Index