1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

gecko, mesa-dri: shave unnecessary quoting for absolute path to LLD

Left side already unquoted and Mk/bsd.port.mk didn't quote.
This commit is contained in:
Jan Beich 2018-01-01 20:25:54 +00:00
parent 47f0c263c1
commit 17c106b5b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457797
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -68,7 +68,7 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
.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