Skip to content

Commit

Permalink
sysutils/procs: Broken on armv7, not broken on i386 and aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jan 13, 2024
1 parent 262c494 commit 4a7e52d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sysutils/procs/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 4a7e52d

Please sign in to comment.