Date: Mon, 5 Oct 2015 00:51:54 +0100 (IST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Kurt Jaeger <pi@FreeBSD.org>, linpct@gmail.com, fcharlier@ploup.net Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r398375 - head/www/node Message-ID: <alpine.LSU.2.11.1510050050550.2520@linux-irjp.site> In-Reply-To: <201510011746.t91HkPee014858@repo.freebsd.org> References: <201510011746.t91HkPee014858@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Oct 2015, Kurt Jaeger wrote: > Log: > 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) > > Modified: head/www/node/Makefile > ============================================================================== > --- head/www/node/Makefile Thu Oct 1 17:31:33 2015 (r398374) > +++ head/www/node/Makefile Thu Oct 1 17:46:24 2015 (r398375) > @@ -39,7 +39,7 @@ CFLAGS+= -Wno-unused-const-variable > .endif > .else > MAKE_ARGS+= strictaliasing=off > -USE_GCC= any > +USE_GCC= 4.8+ > .endif I suggest to make this USE_GCC=yes instead (which currently already has GCC 4.8 as the minimum version). If you agree, I can make this change. Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.11.1510050050550.2520>