svn commit: r555190 - head/sysutils/tracker

Tobias C. Berner tcberner at FreeBSD.org
Sun Nov 15 10:25:32 UTC 2020


Author: tcberner
Date: Sun Nov 15 10:25:31 2020
New Revision: 555190
URL: https://svnweb.freebsd.org/changeset/ports/555190

Log:
  sysutils/tracker: link failure (11.x, old ld(1))
  
  PR:		249990
  Submitted by:	John Hein <jcfyecrayz at liamekaens.com>

Modified:
  head/sysutils/tracker/Makefile

Modified: head/sysutils/tracker/Makefile
==============================================================================
--- head/sysutils/tracker/Makefile	Sun Nov 15 10:24:18 2020	(r555189)
+++ head/sysutils/tracker/Makefile	Sun Nov 15 10:25:31 2020	(r555190)
@@ -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>


More information about the svn-ports-all mailing list