From afb05b52734209c77d06ffae12821b75c43b778e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 19 Sep 2016 13:28:32 +0000 Subject: [PATCH] Mark as broken on various tier-2 archs. Approved by: portmgr (tier-2 blanket) --- devel/p5-Data-MessagePack-Stream/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/p5-Data-MessagePack-Stream/Makefile b/devel/p5-Data-MessagePack-Stream/Makefile index d7706c35c9d2..2d17f7def598 100644 --- a/devel/p5-Data-MessagePack-Stream/Makefile +++ b/devel/p5-Data-MessagePack-Stream/Makefile @@ -12,6 +12,10 @@ COMMENT= Perl extension for yet another messagepack streaming deserializer BUILD_DEPENDS= p5-Data-MessagePack>0:devel/p5-Data-MessagePack +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 + USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes