pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun 14 10:23:31 UTC 2024

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
lang/nodejs: Set C++20 for std::endian to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.295 -r1.296 pkgsrc/lang/nodejs/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/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.295 pkgsrc/lang/nodejs/Makefile:1.296
--- pkgsrc/lang/nodejs/Makefile:1.295   Wed Jun 12 16:45:33 2024
+++ pkgsrc/lang/nodejs/Makefile Fri Jun 14 10:23:30 2024
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.295 2024/06/12 16:45:33 adam Exp $
+# $NetBSD: Makefile,v 1.296 2024/06/14 10:23:30 ryoon Exp $
 
 DISTNAME=      node-v22.3.0
 EXTRACT_SUFX=  .tar.xz
 
-USE_LANGUAGES= c gnu++17
+USE_LANGUAGES= c c++
 
-USE_CXX_FEATURES+=     c++17 charconv
+FORCE_CXX_STD=         gnu++20
+USE_CXX_FEATURES+=     c++20 charconv
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index