Date: Mon, 18 Aug 2014 15:49:56 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: William Grzybowski <wg@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r365313 - head/net/nmsg Message-ID: <20140818154956.GA503@FreeBSD.org> In-Reply-To: <201408181428.s7IESZXg007092@svn.freebsd.org> References: <201408181428.s7IESZXg007092@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 18, 2014 at 02:28:35PM +0000, William Grzybowski wrote: > New Revision: 365313 > URL: http://svnweb.freebsd.org/changeset/ports/365313 > QAT: https://qat.redports.org/buildarchive/r365313/ > > +# The version of binutils in base does not understand the crc32 > +# instructions used in this code on amd64. Use gcc from ports > +# to get a more capable version of binutils. > +.if (${OSVERSION} < 900000 && ${ARCH} == amd64) > +USE_GCC= yes > +.endif I don't quite understand: why dependency on devel/binutils is not sufficient here (cf. multimedia/handbrake)? ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140818154956.GA503>