mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
bsd-games: fix musl build
This commit is contained in:
parent
cb9ea6e2e0
commit
2b9be04823
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ mutable_files="/var/games/bsdgames/atc_score
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i "s/FISH/GO-FISH/g; s/\.Nm fish/\.Nm go-fish/g" fish/fish.6
|
vsed -i "s/FISH/GO-FISH/g; s/\.Nm fish/\.Nm go-fish/g" fish/fish.6
|
||||||
vsed -i "s/tenths/tenth/g" tests/number.-0.1
|
vsed -i "s/tenths/tenth/g" tests/number.-0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue