diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-17 21:51:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-17 21:51:42 +0800 |
commit | f5cbdc3f1a5cbff3298674fe721399ca3551f506 (patch) | |
tree | ec039c71f203556c4349ce47c1684cf0c61464b9 /net/norm | |
parent | ec894c5f30bb28cb22f4a8424d4367094662c06c (diff) | |
download | freebsd-ports-gnome-f5cbdc3f1a5cbff3298674fe721399ca3551f506.tar.gz freebsd-ports-gnome-f5cbdc3f1a5cbff3298674fe721399ca3551f506.tar.zst freebsd-ports-gnome-f5cbdc3f1a5cbff3298674fe721399ca3551f506.zip |
Mark as broken on various tier-2 archs.
Approved by: tier-2 blanket (portmgr)
Diffstat (limited to 'net/norm')
-rw-r--r-- | net/norm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |