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: gutteridge
Date: Fri Apr 17 02:00:52 UTC 2020
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile.common
Log Message:
qt5-qtbase: bump GCC_REQD to reflect new minimum for 5.14
As of 5.14, GCC >= 5 is required. See, for example:
https://bugreports.qt.io/browse/QTBUG-81754
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/x11/qt5-qtbase/Makefile.common:1.43
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.42 Sat Mar 28 18:04:42 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile.common Fri Apr 17 02:00:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2020/03/28 18:04:42 nia Exp $
+# $NetBSD: Makefile.common,v 1.43 2020/04/17 02:00:52 gutteridge Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -39,7 +39,7 @@ USE_LANGUAGES= c gnu++11
USE_TOOLS+= gmake perl:build pkg-config
# https://doc.qt.io/qt-5/supported-platforms.html
-GCC_REQD+= 4.8
+GCC_REQD+= 5
# Avoid failures to due 'register' usage in X11 headers.
CFLAGS+= -Wno-register
Home |
Main Index |
Thread Index |
Old Index