diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-11-09 08:54:05 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-11-09 08:55:20 -0800 |
commit | 494fa09c27016cf0767c7a514ddc543974cd1e36 (patch) | |
tree | 39a0e2ea3d4c75ca225089fffbb2b5db6c1f1f19 /sysutils/procs | |
parent | devel/R-cran-lifecycle: Update to 1.0.4 (diff) |
sysutils/procs: Broken on arm64
Reported by: fallout
Diffstat (limited to 'sysutils/procs')
-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 |