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"
|
||||
nocross=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue