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:           Wed May 14 20:56:57 UTC 2025

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
(lang/llvm) USE_CXX_FEATURES set to c++17 charconv, based on CMakefile.txt

adam@ wrote:
| CMakeFile.txt defines:
|
| # This C++ standard is required to build LLVM.
| set(LLVM_REQUIRED_CXX_STANDARD 17)
|
| Maybe we should keep c++17?

thanks,


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 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.110 pkgsrc/lang/llvm/Makefile:1.111
--- pkgsrc/lang/llvm/Makefile:1.110     Tue May 13 22:49:14 2025
+++ pkgsrc/lang/llvm/Makefile   Wed May 14 20:56:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2025/05/13 22:49:14 mef Exp $
+# $NetBSD: Makefile,v 1.111 2025/05/14 20:56:57 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 charconv
+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