rink: broken on big endian ppc64
This commit is contained in:
parent
9600f4fe3c
commit
e8d8fb1b00
1 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,8 @@ homepage="https://github.com/tiffany352/rink-rs"
|
||||||
changelog="https://github.com/tiffany352/rink-rs/releases"
|
changelog="https://github.com/tiffany352/rink-rs/releases"
|
||||||
distfiles="https://github.com/tiffany352/rink-rs/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/tiffany352/rink-rs/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=49431c12f57d58090b9f5f7f899e98bebffaeed8ca69b5ee140aad4b1c1d9dc8
|
checksum=49431c12f57d58090b9f5f7f899e98bebffaeed8ca69b5ee140aad4b1c1d9dc8
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64le*) ;;
|
||||||
|
ppc64*) broken="lots of unresolved imports for some reason";;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue