mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +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:
parent
47f0c263c1
commit
17c106b5b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457797
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user