aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-13 01:00:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-13 01:01:34 +0000
commit4a7e52dfb9d4d33897bb8226b50f63d60e1ef429 (patch)
treeb91affc31d296512dc8969f03b2ad6e00f01bcd1
parent262c49458d9aec6654880bdf8449f43c8da621fd (diff)
downloadports-4a7e52dfb9d4d33897bb8226b50f63d60e1ef429.tar.gz
ports-4a7e52dfb9d4d33897bb8226b50f63d60e1ef429.zip
sysutils/procs: Broken on armv7, not broken on i386 and aarch64
-rw-r--r--sysutils/procs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index 9d14841f5f22..6f5f7307002a 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -11,8 +11,7 @@ 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]`
-BROKEN_i386= fails to build: mismatched types ... expected `i64`, found `i32`
+BROKEN_armv7= fails to build: mismatched types ... expected `i64`, found `i32`, see https://github.com/dalance/bsd-kvm/issues/2
USES= cargo llvm:lib