Date: Tue, 7 Mar 2017 15:28:49 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Wen Heping <wen@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435594 - head/graphics/blender Message-ID: <alpine.LSU.2.20.1703071516510.3498@anthias.pfeifer.com> In-Reply-To: <201703071053.v27ArA8r003397@repo.freebsd.org> References: <201703071053.v27ArA8r003397@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 7 Mar 2017, Wen Heping wrote: > # gcc 4.9 fails to link on amd64 > -USE_GCC= 4.8 > +USE_GCC= 4.8+ > .else > USE_GCC= yes > .endif Note that an install GCC 4.9 will satisfy USE_GCC=4.8+ (in particular the + part there). Is that your intention of changing USE_GCC=4.8 to USE_GCC=4.8+? If so the six quoted lines could be replaced by USE_GCC=yes. (If not, and GCC 4.9 fails to link on amd64, then the + should be removed again.) Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.20.1703071516510.3498>