svn commit: r457797 - in head: Mk graphics/mesa-dri

Jan Beich jbeich at FreeBSD.org
Mon Jan 1 20:25:56 UTC 2018


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


More information about the svn-ports-all mailing list