sysutils/tracker: link failure (11.x, old ld(1))

PR:		249990
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
This commit is contained in:
Tobias C. Berner 2020-11-15 10:25:31 +00:00
parent 36cc6cffde
commit 9d3bf227d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555190

View File

@ -42,4 +42,9 @@ BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= LIBVER=0.304.0
# This can be removed after 11.x is no longer supported
.if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld)
LDFLAGS+= -fuse-ld=lld
.endif
.include <bsd.port.mk>