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:49:14 UTC 2025

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
(lang/llvm) c++14 charconv is sufficient


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 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.109 pkgsrc/lang/llvm/Makefile:1.110
--- pkgsrc/lang/llvm/Makefile:1.109     Tue May 13 22:02:54 2025
+++ pkgsrc/lang/llvm/Makefile   Tue May 13 22:49:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2025/05/13 22:02:54 mef Exp $
+# $NetBSD: Makefile,v 1.110 2025/05/13 22:49:14 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++17 charconv
+USE_CXX_FEATURES=      c++14 charconv
 USE_LANGUAGES=         c c++
 GCC_REQD+=             7
 PYTHON_FOR_BUILD_ONLY= no



Home | Main Index | Thread Index | Old Index