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: ryoon
Date: Thu May 30 06:39:50 UTC 2024
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile.common
Log Message:
qt5: Force gnu++17 for the latest textproc/icu
* Fix an icu-related error in configure stage.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 pkgsrc/x11/qt5-qtbase/Makefile.common:1.53
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.52 Wed Jul 19 22:45:56 2023
+++ pkgsrc/x11/qt5-qtbase/Makefile.common Thu May 30 06:39:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2023/07/19 22:45:56 tnn Exp $
+# $NetBSD: Makefile.common,v 1.53 2024/05/30 06:39:50 ryoon Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -41,7 +41,8 @@ GCC_REQD+= 5
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
-USE_LANGUAGES= c gnu++11
+USE_LANGUAGES= c c++
+FORCE_CXX_STD= gnu++17
USE_TOOLS+= gmake perl:build pkg-config
# Avoid failures to due 'register' usage in X11 headers.
Home |
Main Index |
Thread Index |
Old Index