diff options
-rw-r--r-- | sysutils/procs/Makefile | 2 |
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 |