mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
shake: fix architecture matching
This commit is contained in:
parent
698e8449b1
commit
2e04dc34d9
1 changed files with 5 additions and 2 deletions
|
@ -11,9 +11,12 @@ license="GPL-3"
|
||||||
homepage="http://vleu.net/shake/"
|
homepage="http://vleu.net/shake/"
|
||||||
distfiles="https://github.com/unbrice/$pkgname/archive/v$version.tar.gz"
|
distfiles="https://github.com/unbrice/$pkgname/archive/v$version.tar.gz"
|
||||||
checksum=ac5a57bd8d55e197734852bf66318ecf39b4c5c298e43a259ba1d8a4b7a2ced3
|
checksum=ac5a57bd8d55e197734852bf66318ecf39b4c5c298e43a259ba1d8a4b7a2ced3
|
||||||
if [ "$XBPS_TARGET_MACHINE" = *-musl ]; then
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
broken="musl does not provide error.h required by this package"
|
broken="musl does not provide error.h required by this package"
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" shake"
|
hostmakedepends+=" shake"
|
||||||
|
|
Loading…
Add table
Reference in a new issue