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:   gdt
Date:           Mon Feb 27 13:52:03 UTC 2023

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
lang/nodejs: Require GCC 8

GCC 7 fails due to <charconv>, even if gcc's page says 7 supports C++17.
(Build tested on netbsd-9 amd64.)


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 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.254 pkgsrc/lang/nodejs/Makefile:1.255
--- pkgsrc/lang/nodejs/Makefile:1.254   Thu Feb 23 07:55:49 2023
+++ pkgsrc/lang/nodejs/Makefile Mon Feb 27 13:52:03 2023
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.254 2023/02/23 07:55:49 adam Exp $
+# $NetBSD: Makefile,v 1.255 2023/02/27 13:52:03 gdt Exp $
 
 DISTNAME=      node-v19.7.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17
+GCC_REQD+=     8
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 



Home | Main Index | Thread Index | Old Index