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: Thu Mar 26 14:11:29 UTC 2020
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile.common
Log Message:
qt5: Needs c++11 compiler
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 pkgsrc/x11/qt5-qtbase/Makefile.common:1.41
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.40 Wed Mar 18 21:55:23 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile.common Thu Mar 26 14:11:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2020/03/18 21:55:23 tnn Exp $
+# $NetBSD: Makefile.common,v 1.41 2020/03/26 14:11:29 nia Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -38,6 +38,9 @@ BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLI
USE_LANGUAGES= c gnu++11
USE_TOOLS+= gmake perl:build pkg-config
+# C++11
+GCC_REQD+= 4.7
+
# Avoid failures to due 'register' usage in X11 headers.
CFLAGS+= -Wno-register
Home |
Main Index |
Thread Index |
Old Index