pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/llvm
Module Name: pkgsrc
Committed By: mef
Date: Tue May 13 22:02:54 UTC 2025
Modified Files:
pkgsrc/lang/llvm: Makefile
Log Message:
(lang/llvm) Fix build on NetBSD/amd64 9.4 (c++17 charconv)
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/lang/llvm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.108 pkgsrc/lang/llvm/Makefile:1.109
--- pkgsrc/lang/llvm/Makefile:1.108 Fri May 9 05:53:51 2025
+++ pkgsrc/lang/llvm/Makefile Tue May 13 22:02:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2025/05/09 05:53:51 adam Exp $
+# $NetBSD: Makefile,v 1.109 2025/05/13 22:02:54 mef Exp $
#
# When updating this, please also update:
# devel/include-what-you-use
@@ -36,7 +36,7 @@ LICENSE= apache-2.0
POLICY_UPDATE_LIMITED= abi
-USE_CXX_FEATURES= c++14
+USE_CXX_FEATURES= c++17 charconv
USE_LANGUAGES= c c++
GCC_REQD+= 7
PYTHON_FOR_BUILD_ONLY= no
Home |
Main Index |
Thread Index |
Old Index