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:           Sat Mar 28 18:04:42 UTC 2020

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

Log Message:
qt5-qtbase: Correct GCC requirement in line with Qt docs


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/x11/qt5-qtbase/Makefile.common:1.42
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.41  Thu Mar 26 14:11:29 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile.common       Sat Mar 28 18:04:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2020/03/26 14:11:29 nia Exp $
+# $NetBSD: Makefile.common,v 1.42 2020/03/28 18:04:42 nia Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -38,8 +38,8 @@ BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLI
 USE_LANGUAGES=         c gnu++11
 USE_TOOLS+=            gmake perl:build pkg-config
 
-# C++11
-GCC_REQD+=             4.7
+# https://doc.qt.io/qt-5/supported-platforms.html
+GCC_REQD+=             4.8
 
 # Avoid failures to due 'register' usage in X11 headers.
 CFLAGS+=               -Wno-register



Home | Main Index | Thread Index | Old Index