fselect: broken on big endian ppc64

This commit is contained in:
q66 2022-05-30 14:31:46 +02:00
parent 59d096192b
commit a0d6801303

View file

@ -10,6 +10,11 @@ homepage="https://github.com/jhspetersson/fselect"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=1456dd9172903cd997e7ade6ba45b5937cfce023682a2ceb140201b608fbc628
case "$XBPS_TARGET_MACHINE" in
ppc64le*) ;;
ppc64*) broken="some rustix junk";;
esac
post_install() {
vlicense LICENSE-MIT
}