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:   nia
Date:           Sun Dec  6 11:18:40 UTC 2020

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

Log Message:
qt5-qtbase: Set GCC_REQD before including bsd.prefs.mk

Should help with the current workarounds to avoid gcc49 and gcc5
on CentOS 7 due to inlining bugs.


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

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.common
diff -u pkgsrc/x11/qt5-qtbase/Makefile.common:1.46 pkgsrc/x11/qt5-qtbase/Makefile.common:1.47
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.46  Sun Nov 29 22:33:21 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile.common       Sun Dec  6 11:18:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.46 2020/11/29 22:33:21 dbj Exp $
+# $NetBSD: Makefile.common,v 1.47 2020/12/06 11:18:40 nia Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -30,6 +30,9 @@
 # used by x11/qt5-qtx11extras/Makefile
 # used by x11/qt5-qtxmlpatterns/Makefile
 
+# https://doc.qt.io/qt-5/supported-platforms.html
+GCC_REQD+=     5
+
 .include "../../x11/qt5/Makefile.common"
 
 .include "../../mk/dlopen.buildlink3.mk"
@@ -38,9 +41,6 @@ BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLI
 USE_LANGUAGES=         c gnu++11
 USE_TOOLS+=            gmake perl:build pkg-config
 
-# https://doc.qt.io/qt-5/supported-platforms.html
-GCC_REQD+=             5
-
 # Avoid failures to due 'register' usage in X11 headers.
 CFLAGS+=               -Wno-register
 



Home | Main Index | Thread Index | Old Index