Mon Dec 9 20:06:43 2019 UTC ()
nodejs8: update Makefile after recent changes to nodejs/Makefile.common


(adam)
diff -r1.21 -r1.22 pkgsrc/lang/nodejs8/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/lang/nodejs8/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/nodejs8/Attic/Makefile 2019/11/24 15:52:13 1.21
+++ pkgsrc/lang/nodejs8/Attic/Makefile 2019/12/09 20:06:43 1.22
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2019/11/24 15:52:13 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2019/12/09 20:06:43 adam Exp $
2 2
3DISTNAME= node-v8.16.2 3DISTNAME= node-v8.16.2
4 4
5# Stated by the changelog as of 8.2.0 5# Stated by the changelog as of 8.2.0
6GCC_REQD+= 4.9.4 6GCC_REQD+= 4.9.4
7 7
8.include "options.mk" 8.include "options.mk"
9 9
 10CONFIGURE_ARGS+= --shared-http-parser
10CONFIGURE_ARGS+= --with-intl=system-icu 11CONFIGURE_ARGS+= --with-intl=system-icu
11 12
12.include "../../lang/nodejs/Makefile.common" 13.include "../../lang/nodejs/Makefile.common"
13.include "../../textproc/icu/buildlink3.mk" 14.include "../../textproc/icu/buildlink3.mk"
 15.include "../../www/http-parser/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"