pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase Do not just drop visibibility flags, it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c43fb401e40
branches:  trunk
changeset: 378115:6c43fb401e40
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 31 20:11:37 2018 +0000

description:
Do not just drop visibibility flags, it breaks modules downstream.
Bump revision.

diffstat:

 x11/qt5-qtbase/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 0bb94128fd0a -r 6c43fb401e40 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Sat Mar 31 20:10:49 2018 +0000
+++ b/x11/qt5-qtbase/Makefile   Sat Mar 31 20:11:37 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2018/03/12 11:15:56 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2018/03/31 20:11:37 joerg Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt5-qtbase/Makefile.common"
@@ -131,7 +131,6 @@
 SUBST_MESSAGE.opt=     Removing some Qt5 default compiler flags.
 SUBST_FILES.opt=       mkspecs/common/gcc-base.conf
 SUBST_SED.opt=         -e 's,-O[s23],,'
-SUBST_SED.opt+=                -e 's,-fvisibility=hidden,,'
 
 SUBST_CLASSES.SunOS+=  vscript
 SUBST_STAGE.vscript=   pre-configure



Home | Main Index | Thread Index | Old Index