summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-11-13 20:35:51 +0100
committerMikael Urankar <mikael@FreeBSD.org>2021-11-13 20:36:59 +0100
commit26d65d120c43473c801086ffcdb9e87f70cc07ca (patch)
tree2a370beb74c95964d09fa7a9f325b7650e0ffdc7
parentnet/bosh-bootloader: Mark broken on aarch64. (diff)
security/govpn: Mark broken on aarch64.
-rw-r--r--security/govpn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/govpn/Makefile b/security/govpn/Makefile
index 0604199d5e4d..a6fcaec8e1d6 100644
--- a/security/govpn/Makefile
+++ b/security/govpn/Makefile
@@ -12,6 +12,8 @@ COMMENT= Simple secure, DPI-resistant VPN daemon
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= fails to build: golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
+
USES= go:no_targets tar:xz
MAKEFILE= BSDmakefile
MAKE_ENV= ${GO_ENV}