aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-17 14:14:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-17 14:14:29 +0000
commit6aa32e64a62fd7c8e63f75f06e9c906c8a10b419 (patch)
tree904a581107334086975d509e70b5f58b3048096e
parentb188abee43f01b7c5ff90284f70526ecfa6c074d (diff)
downloadports-6aa32e64a62fd7c8e63f75f06e9c906c8a10b419.tar.gz
ports-6aa32e64a62fd7c8e63f75f06e9c906c8a10b419.zip
MFH: r512209
Mark BROKEN with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512210
-rw-r--r--lang/nml/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/nml/Makefile b/lang/nml/Makefile
index 2eac2069544d..b9aed6f9af5e 100644
--- a/lang/nml/Makefile
+++ b/lang/nml/Makefile
@@ -15,6 +15,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.92
ONLY_FOR_ARCHS= i386
MAKE_JOBS_UNSAFE= yes
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN= ld: error: relocation R_386_PC32 cannot be used against symbol BnnAdd
+.endif
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix ${PREFIX}