pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs18



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  4 21:10:25 UTC 2023

Modified Files:
        pkgsrc/lang/nodejs18: Makefile

Log Message:
nodejs18: require gcc8 for <charconv>


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/nodejs18/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/nodejs18/Makefile
diff -u pkgsrc/lang/nodejs18/Makefile:1.10 pkgsrc/lang/nodejs18/Makefile:1.11
--- pkgsrc/lang/nodejs18/Makefile:1.10  Thu Apr 27 12:15:11 2023
+++ pkgsrc/lang/nodejs18/Makefile       Thu May  4 21:10:25 2023
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2023/04/27 12:15:11 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/04 21:10:25 wiz Exp $
 
 DISTNAME=      node-v18.16.0
 PKGREVISION=   2
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17
+# <charconv>
+GCC_REQD+=     8
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 



Home | Main Index | Thread Index | Old Index