From f5cbdc3f1a5cbff3298674fe721399ca3551f506 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 17 Sep 2016 13:51:42 +0000 Subject: Mark as broken on various tier-2 archs. Approved by: tier-2 blanket (portmgr) --- net/norm/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net/norm') diff --git a/net/norm/Makefile b/net/norm/Makefile index 10b134d56241..d7c1496e7c51 100644 --- a/net/norm/Makefile +++ b/net/norm/Makefile @@ -9,7 +9,10 @@ DISTNAME= src-norm-${DISTVERSION} MAINTAINER= hd@oc.dk COMMENT= NACK-Oriented Reliable Multicast (NORM) +BROKEN_mips= Does not build: named return values are no longer supported +BROKEN_mips64= Does not build: named return values are no longer supported BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: named return values are no longer supported WRKSRC= ${WRKDIR}/norm-${DISTVERSION} -- cgit