diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-25 14:39:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-25 14:39:10 +0800 |
commit | 295ce5815c6f9c4e205fd2adffe9c68af3f32898 (patch) | |
tree | a1a3513cd64d9b808a0da0a10103735ed8c1ba75 /devel | |
parent | 2d214d68fd84fe5d39a5f87d5e51889de3008ed7 (diff) | |
download | freebsd-ports-gnome-295ce5815c6f9c4e205fd2adffe9c68af3f32898.tar.gz freebsd-ports-gnome-295ce5815c6f9c4e205fd2adffe9c68af3f32898.tar.zst freebsd-ports-gnome-295ce5815c6f9c4e205fd2adffe9c68af3f32898.zip |
Mark as broken on aarch64. Oddly, it works on armvX.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-MessagePack-Stream/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Data-MessagePack-Stream/Makefile b/devel/p5-Data-MessagePack-Stream/Makefile index 2d17f7def598..36a944295606 100644 --- a/devel/p5-Data-MessagePack-Stream/Makefile +++ b/devel/p5-Data-MessagePack-Stream/Makefile @@ -10,11 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for yet another messagepack streaming deserializer -BUILD_DEPENDS= p5-Data-MessagePack>0:devel/p5-Data-MessagePack +BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment +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 -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 +BUILD_DEPENDS= p5-Data-MessagePack>0:devel/p5-Data-MessagePack USES= perl5 USE_PERL5= configure |