svn commit: r539334 - head/devel/dconf

Jan Beich jbeich at FreeBSD.org
Tue Jun 16 10:45:39 UTC 2020


Baptiste Daroussin <bapt at 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


More information about the svn-ports-all mailing list