Date: Tue, 17 Sep 2019 14:13:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512209 - head/lang/nml Message-ID: <201909171413.x8HEDwvQ096096@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 17 14:13:58 2019 New Revision: 512209 URL: https://svnweb.freebsd.org/changeset/ports/512209 Log: Mark BROKEN with lld Reported by: pkg-fallout MFH: 2019Q3 Modified: head/lang/nml/Makefile Modified: head/lang/nml/Makefile ============================================================================== --- head/lang/nml/Makefile Tue Sep 17 13:10:57 2019 (r512208) +++ head/lang/nml/Makefile Tue Sep 17 14:13:58 2019 (r512209) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909171413.x8HEDwvQ096096>