pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/libunwind



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 26 22:30:47 UTC 2024

Modified Files:
        pkgsrc/lang/libunwind: Makefile

Log Message:
libunwind: build requires C++17

>From Phil Krylov in PR 58473.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/libunwind/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/libunwind/Makefile
diff -u pkgsrc/lang/libunwind/Makefile:1.37 pkgsrc/lang/libunwind/Makefile:1.38
--- pkgsrc/lang/libunwind/Makefile:1.37 Sat Jul  6 15:45:07 2024
+++ pkgsrc/lang/libunwind/Makefile      Fri Jul 26 22:30:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/07/06 15:45:07 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/07/26 22:30:47 wiz Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -18,7 +18,7 @@ EXTRA_DIST+=  ${LIBCXX}${EXTRACT_SUFX}
 SITES.${LIBCXX}${EXTRACT_SUFX}=        \
        ${MASTER_SITES:=${GITHUB_PROJECT}/releases/download/${GITHUB_RELEASE}/}
 
-USE_CXX_FEATURES=      c++11
+USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pax
 SSP_SUPPORTED=         no



Home | Main Index | Thread Index | Old Index