diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-18 18:14:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-18 18:14:35 +0800 |
commit | 6abe765ee29a567a91795731d1330f9ef044e262 (patch) | |
tree | 0ed3e86c11fbd6e55d3c74238a40400e9c390b96 /security/tor | |
parent | a059c15915d2bc917d1dd26ed774f00278f08575 (diff) | |
download | freebsd-ports-gnome-6abe765ee29a567a91795731d1330f9ef044e262.tar.gz freebsd-ports-gnome-6abe765ee29a567a91795731d1330f9ef044e262.tar.zst freebsd-ports-gnome-6abe765ee29a567a91795731d1330f9ef044e262.zip |
Mark as broken on mips64 and sparc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index eea21f3b235c..eefc2610e4bc 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -13,7 +13,9 @@ COMMENT= Anonymizing overlay network for TCP LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips64= Does not build: error: Need a uint128_t implementation! BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: error: Need a uint128_t implementation! USES= cpe gmake CPE_VENDOR= torproject |