diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template index b3e5f71efe1..d57eb2f7b58 100644 --- a/srcpkgs/broot/template +++ b/srcpkgs/broot/template @@ -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'";;