mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
freecell-solver: need musl-legacy-compat
This commit is contained in:
parent
a37d740f8b
commit
e9693ad977
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ homepage="https://fc-solve.shlomifish.org/"
|
||||||
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
||||||
checksum=7f12dc75d23493c57ec966de8d05ede18d934c597494e1cb30052c6f08808f65
|
checksum=7f12dc75d23493c57ec966de8d05ede18d934c597494e1cb30052c6f08808f65
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.txt
|
vlicense COPYING.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue