broot: broken on big endian
This commit is contained in:
parent
4ec0e120f6
commit
480fdad72c
@ -11,6 +11,10 @@ changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
|
||||
checksum=a7f9e98ff1371eff065a8dabbe9e31ef42d264b7d93c18f920d6a5399016da33
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="exr crate errors on big endian"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user