aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-11-09 16:54:05 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-11-09 16:55:20 +0000
commit494fa09c27016cf0767c7a514ddc543974cd1e36 (patch)
tree39a0e2ea3d4c75ca225089fffbb2b5db6c1f1f19
parentc9523c24eceee661e059165ac6672601639d4bce (diff)
downloadports-494fa09c27016cf0767c7a514ddc543974cd1e36.tar.gz
ports-494fa09c27016cf0767c7a514ddc543974cd1e36.zip
sysutils/procs: Broken on arm64
Reported by: fallout
-rw-r--r--sysutils/procs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index 0c4f0db5c52d..201cae819379 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/dalance/procs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to build: mismatched types ... expected `[i8; 9]`, found `[u8; 9]`
+
USES= cargo llvm:lib
USE_GITHUB= yes