diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-17 14:13:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-17 14:13:58 +0000 |
commit | ee5a1408db584b82bceeb7ddf81604fa0b15bf3a (patch) | |
tree | daeef24af5e22ad65882f121e189b3c580e3fae4 /lang/nml | |
parent | bc0a03d2f315a273cb7c08459a26667b89707c62 (diff) |
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3
Notes
Notes:
svn path=/head/; revision=512209
Diffstat (limited to 'lang/nml')
-rw-r--r-- | lang/nml/Makefile | 3 |
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} |