From e10931c4f6f394a6cba8bd557eecb51244564e29 Mon Sep 17 00:00:00 2001 From: pi Date: Thu, 1 Oct 2015 17:46:24 +0000 Subject: www/node: fix build on 9.3 - enforce dependency on gcc48 on 9.3 PR: 203307 Submitted by: fcharlier@ploup.net Approved by: linpct@gmail.com (maintainer) --- www/node/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/node') diff --git a/www/node/Makefile b/www/node/Makefile index f1d320e2fb18..39c579e2596a 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -39,7 +39,7 @@ CFLAGS+= -Wno-unused-const-variable .endif .else MAKE_ARGS+= strictaliasing=off -USE_GCC= any +USE_GCC= 4.8+ .endif post-patch: -- cgit