diff options
-rw-r--r-- | Mk/bsd.gecko.mk | 2 | ||||
-rw-r--r-- | graphics/mesa-dri/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 2f262ca7c557..7361fa68deee 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -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 diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index 8bf9b8b26fe2..43395f09c8c6 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -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 |