aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-dri
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-06-05 16:18:58 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-06-05 16:18:58 +0000
commitde20ce3e5687e44c1583c78c486eac42b59af49f (patch)
tree98f057018901be9cec301de1be84381d0e895abf /graphics/mesa-dri
parent048936e52ddf5a1dff352a3662895486a26de28f (diff)
downloadports-de20ce3e5687e44c1583c78c486eac42b59af49f.tar.gz
ports-de20ce3e5687e44c1583c78c486eac42b59af49f.zip
mesa*: Always use LLD
LLD is already used in 12 and 13 but we still use ld.bfd by default on 11 and for some unknown reason some mesa libs fails to build with it since the meson switch. PR: 246997 Approved by: zeising (x11@ implicit)
Notes
Notes: svn path=/head/; revision=538032
Diffstat (limited to 'graphics/mesa-dri')
-rw-r--r--graphics/mesa-dri/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index bd62d6073665..73b6c1ec7433 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -84,6 +84,8 @@ LLVM_DEFAULT= 90
LLVM_DEFAULT= 80
.endif
+LDFLAGS+= -fuse-ld=lld
+
BINARY_ALIAS+= python3=${PYTHON_VERSION}
.if ${ARCH} == sparc64