broot: broken on big endian

This commit is contained in:
q66 2022-06-25 23:49:56 +02:00
parent 4ec0e120f6
commit 480fdad72c

View file

@ -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'";;