aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-14 15:33:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-14 15:33:05 +0000
commitfbabbdb61a4e08e28b8fbdbd5d4ac95ec9fb7c40 (patch)
tree8c030753b6c60edc043f8ff886002c6328058668
parent0a19b60b4b386b59fc5c3c28285537e66d80030d (diff)
downloadports-fbabbdb61a4e08e28b8fbdbd5d4ac95ec9fb7c40.tar.gz
ports-fbabbdb61a4e08e28b8fbdbd5d4ac95ec9fb7c40.zip
MFH: r512022
Mark BROKEN on i386 with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512023
-rw-r--r--devel/p5-Data-MessagePack-Stream/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Data-MessagePack-Stream/Makefile b/devel/p5-Data-MessagePack-Stream/Makefile
index 36a944295606..f0b28e45f5fa 100644
--- a/devel/p5-Data-MessagePack-Stream/Makefile
+++ b/devel/p5-Data-MessagePack-Stream/Makefile
@@ -11,6 +11,9 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for yet another messagepack streaming deserializer
BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386= ld: error: relocation R_386_PC32 cannot be used against symbol malloc
+.endif
BROKEN_mips= fails to build: atomic operations are not found
BROKEN_mips64= fails to build: atomic operations are not found
BROKEN_sparc64= fails to build: atomic operations are not found