Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2018 20:25:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457797 - in head: Mk graphics/mesa-dri
Message-ID:  <201801012025.w01KPsMH031179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jan  1 20:25:54 2018
New Revision: 457797
URL: https://svnweb.freebsd.org/changeset/ports/457797

Log:
  gecko, mesa-dri: shave unnecessary quoting for absolute path to LLD
  
  Left side already unquoted and Mk/bsd.port.mk didn't quote.

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)
  head/graphics/mesa-dri/Makefile   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Mon Jan  1 20:20:05 2018	(r457796)
+++ head/Mk/bsd.gecko.mk	Mon Jan  1 20:25:54 2018	(r457797)
@@ -312,7 +312,7 @@ MOZ_OPTIONS+=	--enable-optimize
 .else
 MOZ_OPTIONS+=	--disable-optimize
 . if ${MOZILLA_VER:R:R} >= 56
-.  if ${/usr/bin/ld:L:tA} != "/usr/bin/ld.lld"
+.  if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
 # ld 2.17 barfs on Stylo built with -C opt-level=0
 USE_BINUTILS=	yes
 LDFLAGS+=		-B${LOCALBASE}/bin

Modified: head/graphics/mesa-dri/Makefile
==============================================================================
--- head/graphics/mesa-dri/Makefile	Mon Jan  1 20:20:05 2018	(r457796)
+++ head/graphics/mesa-dri/Makefile	Mon Jan  1 20:25:54 2018	(r457797)
@@ -68,7 +68,7 @@ BUILD_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}mako>0:textpro
 .endif
 
 .if ${VULKAN_DRIVERS:MINTEL}
-. if ${/usr/bin/ld:L:tA} != "/usr/bin/ld.lld"
+. if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
 # --build-id isn't supported by old GNU ld.bfd in base
 USE_BINUTILS=		yes
 LDFLAGS+=		-B${LOCALBASE}/bin



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