pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtbase



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Mar 31 20:11:38 UTC 2018

Modified Files:
        pkgsrc/x11/qt5-qtbase: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/qt5-qtbase/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt5-qtbase/Makefile
diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.54 pkgsrc/x11/qt5-qtbase/Makefile:1.55
--- pkgsrc/x11/qt5-qtbase/Makefile:1.54 Mon Mar 12 11:15:56 2018
+++ pkgsrc/x11/qt5-qtbase/Makefile      Sat Mar 31 20:11:37 2018
@@ -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_STAGE.opt=    pre-configure
 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