summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-28 18:04:42 +0000
committernia <nia@pkgsrc.org>2020-03-28 18:04:42 +0000
commit541494090201aac212840241f3261b2d52e03735 (patch)
tree9766cac29ba84522b715309b795417805beeeefe /x11
parent7cbd462ede4607c79673b4e72ee0fa01cd8b66a0 (diff)
downloadpkgsrc-541494090201aac212840241f3261b2d52e03735.tar.gz
qt5-qtbase: Correct GCC requirement in line with Qt docs
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtbase/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index 4a301680e51..a46ab332803 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -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:${BUILDLINK_LDADD.dl:Q}
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