svn commit: r512223 - branches/2019Q3/devel/mpatrol

Antoine Brodin antoine at FreeBSD.org
Tue Sep 17 18:27:51 UTC 2019


Author: antoine
Date: Tue Sep 17 18:27:50 2019
New Revision: 512223
URL: https://svnweb.freebsd.org/changeset/ports/512223

Log:
  MFH: r512222
  
  Mark BROKEN on i386 with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/devel/mpatrol/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/devel/mpatrol/Makefile
==============================================================================
--- branches/2019Q3/devel/mpatrol/Makefile	Tue Sep 17 18:27:32 2019	(r512222)
+++ branches/2019Q3/devel/mpatrol/Makefile	Tue Sep 17 18:27:50 2019	(r512223)
@@ -12,6 +12,9 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dynamic memory debugging and profiling library
 
 ONLY_FOR_ARCHS=	amd64 i386
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386=	ld: error: relocation R_386_PC32 cannot be used against symbol __mp_init
+.endif
 
 LIB_DEPENDS=	libelf.so.0:devel/libelf
 


More information about the svn-ports-branches mailing list