svn commit: r512210 - branches/2019Q3/lang/nml

Antoine Brodin antoine at FreeBSD.org
Tue Sep 17 14:14:29 UTC 2019


Author: antoine
Date: Tue Sep 17 14:14:29 2019
New Revision: 512210
URL: https://svnweb.freebsd.org/changeset/ports/512210

Log:
  MFH: r512209
  
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/lang/nml/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/lang/nml/Makefile
==============================================================================
--- branches/2019Q3/lang/nml/Makefile	Tue Sep 17 14:13:58 2019	(r512209)
+++ branches/2019Q3/lang/nml/Makefile	Tue Sep 17 14:14:29 2019	(r512210)
@@ -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}


More information about the svn-ports-all mailing list