From 97932e3237c55b52c91b24607f851f5b1a10b6b9 Mon Sep 17 00:00:00 2001 From: fhajny Date: Wed, 9 Sep 2015 15:59:31 +0000 Subject: nodejs-4.x requires GCC 4.8 or later. --- lang/nodejs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/nodejs') diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index da825ca3462..d5726fa51b4 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/09/09 00:04:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.40 2015/09/09 15:59:31 fhajny Exp $ DISTNAME= node-v4.0.0 CATEGORIES= devel @@ -19,6 +19,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.24 .include "../../mk/bsd.prefs.mk" .include "options.mk" +GCC_REQD+= 4.8 + SUBST_CLASSES+= python SUBST_STAGE.python= pre-configure SUBST_MESSAGE.python= Fixing Python references -- cgit v1.2.3