pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: bump GCC_REQD to reflect ne...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8689fbba451b
branches: trunk
changeset: 427475:8689fbba451b
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Apr 17 02:00:52 2020 +0000
description:
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
diffstat:
x11/qt5-qtbase/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7c3093b67ae6 -r 8689fbba451b x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common Fri Apr 17 01:43:41 2020 +0000
+++ b/x11/qt5-qtbase/Makefile.common Fri Apr 17 02:00:52 2020 +0000
@@ -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_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