Date: Mon, 5 Oct 2015 09:54:51 +0800 From: Daniel Lin <linpct@gmail.com> To: Gerald Pfeifer <gerald@pfeifer.com> Cc: Kurt Jaeger <pi@freebsd.org>, fcharlier@ploup.net, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r398375 - head/www/node Message-ID: <CANOOb2XAhKfb7U3tdTRiNVeDD2PWxXjToGf%2B74sqLp_%2B4V6-Sg@mail.gmail.com> In-Reply-To: <alpine.LSU.2.11.1510050050550.2520@linux-irjp.site> References: <201510011746.t91HkPee014858@repo.freebsd.org> <alpine.LSU.2.11.1510050050550.2520@linux-irjp.site>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I have no idea if FreeBSD 9.3 using GCC 4.8 as the minimum version. But if so, I agree USE_GCC= yes Thanks. 2015-10-05 7:51 GMT+08:00 Gerald Pfeifer <gerald@pfeifer.com>: > 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 > -- Daniel Lin (pct)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANOOb2XAhKfb7U3tdTRiNVeDD2PWxXjToGf%2B74sqLp_%2B4V6-Sg>