freecell-solver: need musl-legacy-compat

This commit is contained in:
q66 2020-01-12 04:47:24 +01:00
parent a37d740f8b
commit e9693ad977
1 changed files with 4 additions and 0 deletions

View File

@ -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
}