svn commit: r512222 - head/devel/mpatrol

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


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

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

Modified:
  head/devel/mpatrol/Makefile

Modified: head/devel/mpatrol/Makefile
==============================================================================
--- head/devel/mpatrol/Makefile	Tue Sep 17 17:48:28 2019	(r512221)
+++ head/devel/mpatrol/Makefile	Tue Sep 17 18:27:32 2019	(r512222)
@@ -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-all mailing list