From dee3f5669cd6e7d0f087118792968bc6f6efce1a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 17 Sep 2019 18:27:50 +0000 Subject: MFH: r512222 Mark BROKEN on i386 with lld Reported by: pkg-fallout --- devel/mpatrol/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/mpatrol/Makefile b/devel/mpatrol/Makefile index 90f6b457da21..f1bad537bf99 100644 --- a/devel/mpatrol/Makefile +++ b/devel/mpatrol/Makefile @@ -12,6 +12,9 @@ MAINTAINER= ports@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 -- cgit v1.2.3