diff options
author | antoine <antoine@FreeBSD.org> | 2019-09-14 23:32:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-09-14 23:32:36 +0800 |
commit | e77abd1136fd8ed2a0b5bf8745b17206a3042cb0 (patch) | |
tree | 81cb338af5adddcabb17aafae20c0faab69ba48b | |
parent | f2c32af388ef76ecbb756b33a56217e8c721b1e6 (diff) | |
download | freebsd-ports-gnome-e77abd1136fd8ed2a0b5bf8745b17206a3042cb0.tar.gz freebsd-ports-gnome-e77abd1136fd8ed2a0b5bf8745b17206a3042cb0.tar.zst freebsd-ports-gnome-e77abd1136fd8ed2a0b5bf8745b17206a3042cb0.zip |
Mark BROKEN on i386 with lld
Reported by: pkg-fallout
MFH: 2019Q3
-rw-r--r-- | devel/p5-Data-MessagePack-Stream/Makefile | 3 |
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 |