Date: Tue, 16 Jun 2020 12:45:30 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r539334 - head/devel/dconf Message-ID: <wo47-47cl-wny@FreeBSD.org> In-Reply-To: <202006160839.05G8dJLn013439@repo.freebsd.org> (Baptiste Daroussin's message of "Tue, 16 Jun 2020 08:39:19 %2B0000 (UTC)") References: <202006160839.05G8dJLn013439@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Baptiste Daroussin <bapt@FreeBSD.org> writes: > Author: bapt > Date: Tue Jun 16 08:39:18 2020 > New Revision: 539334 > URL: https://svnweb.freebsd.org/changeset/ports/539334 > > Log: > Fix build on FreeBSD 11 > > The builds fails with base binutils when it is used. While it builds perfectly > fine with lld let's always enforce binutils from ports because the combinaison > to catch all systems default on the old GNU ld non trivial to make. [...] > +USE_BINUTILS= yes > +LDFLAGS+= -B${LOCALBASE}/bin Is the following non-trivial? Like graphics/mesa-dri. .if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld USE_BINUTILS= yes LDFLAGS+= -B${LOCALBASE}/bin .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?wo47-47cl-wny>