freecell-solver: need musl-legacy-compat
This commit is contained in:
parent
a37d740f8b
commit
e9693ad977
|
@ -14,6 +14,10 @@ homepage="https://fc-solve.shlomifish.org/"
|
|||
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
||||
checksum=7f12dc75d23493c57ec966de8d05ede18d934c597494e1cb30052c6f08808f65
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.txt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue