diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-09-09 15:59:31 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-09-09 15:59:31 +0000 |
commit | bfc292c45c65c81f3c293d2033779da9261b1c78 (patch) | |
tree | 45030676f572cc9ae843e138150729efa36af56b | |
parent | a7c5278525414f72577535e78d6daa4317c13a41 (diff) | |
download | pkgsrc-bfc292c45c65c81f3c293d2033779da9261b1c78.tar.gz |
nodejs-4.x requires GCC 4.8 or later.
-rw-r--r-- | lang/nodejs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |