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: wiz
Date: Mon Jul 29 06:19:59 UTC 2024
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile.common
Log Message:
qt5-qtbase: since we use FORCE_CXX_STD, we need to set USE_CXX_FEATURES
>From Phil Krylov in PR 58509.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/x11/qt5-qtbase/Makefile.common:1.54
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.53 Thu May 30 06:39:50 2024
+++ pkgsrc/x11/qt5-qtbase/Makefile.common Mon Jul 29 06:19:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.53 2024/05/30 06:39:50 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.54 2024/07/29 06:19:59 wiz Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -42,6 +42,7 @@ GCC_REQD+= 5
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++17
FORCE_CXX_STD= gnu++17
USE_TOOLS+= gmake perl:build pkg-config
Home |
Main Index |
Thread Index |
Old Index