From 494fa09c27016cf0767c7a514ddc543974cd1e36 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 9 Nov 2023 08:54:05 -0800 Subject: [PATCH] sysutils/procs: Broken on arm64 Reported by: fallout --- sysutils/procs/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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