mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 09:32:57 +02:00
fselect: broken on big endian ppc64
This commit is contained in:
parent
59d096192b
commit
a0d6801303
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ homepage="https://github.com/jhspetersson/fselect"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=1456dd9172903cd997e7ade6ba45b5937cfce023682a2ceb140201b608fbc628
|
checksum=1456dd9172903cd997e7ade6ba45b5937cfce023682a2ceb140201b608fbc628
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64le*) ;;
|
||||||
|
ppc64*) broken="some rustix junk";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue