diff options
Diffstat (limited to 'net/zerotier/Makefile')
-rw-r--r-- | net/zerotier/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 97bc93af36ce..34adcafc9192 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -11,6 +11,9 @@ COMMENT= Network virtualization everywhere LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL-3 +BROKEN_armv6= fails to link: Source object ext/arm32-neon-salsa2012-asm/salsa2012.o has EABI version 0, but target zerotier-one has EABI version 5 +BROKEN_powerpc64= fails to compile: clang: not found + USES= gmake compiler:c11 USE_RC_SUBR= zerotier |