Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 08:39:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539334 - head/devel/dconf
Message-ID:  <202006160839.05G8dJLn013439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Reported by:	antoine, kib

Modified:
  head/devel/dconf/Makefile

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Tue Jun 16 08:17:36 2020	(r539333)
+++ head/devel/dconf/Makefile	Tue Jun 16 08:39:18 2020	(r539334)
@@ -24,6 +24,8 @@ PORTSCOUT=	limitw:1,even
 USES=		gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz
 USE_GNOME=	glib20 libxslt:build
 USE_LDCONFIG=	yes
+USE_BINUTILS=	yes
+LDFLAGS+=	-B${LOCALBASE}/bin
 BINARY_ALIAS=	python3=${PYTHON_VERSION}
 
 MESON_ARGS=	-Dman=true \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006160839.05G8dJLn013439>