aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-17 18:27:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-17 18:27:50 +0000
commitdee3f5669cd6e7d0f087118792968bc6f6efce1a (patch)
tree366a8e23cd39d672cc3e5a7bfc410b9452530bfa
parent2266bb7e4e59138c0474aa8c3bfbc57e16937782 (diff)
downloadports-dee3f5669cd6e7d0f087118792968bc6f6efce1a.tar.gz
ports-dee3f5669cd6e7d0f087118792968bc6f6efce1a.zip
MFH: r512222
Mark BROKEN on i386 with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512223
-rw-r--r--devel/mpatrol/Makefile3
1 files changed, 3 insertions, 0 deletions
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