mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
broot: broken on big endian
This commit is contained in:
parent
4ec0e120f6
commit
480fdad72c
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
|
||||||
checksum=a7f9e98ff1371eff065a8dabbe9e31ef42d264b7d93c18f920d6a5399016da33
|
checksum=a7f9e98ff1371eff065a8dabbe9e31ef42d264b7d93c18f920d6a5399016da33
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
broken="exr crate errors on big endian"
|
||||||
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
|
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue