tomahawk: use generic libatomic checks

This commit is contained in:
q66 2020-02-08 17:24:29 +01:00
parent 47029ec129
commit 78a3865798

View file

@ -40,9 +40,9 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat" makedepends+=" musl-legacy-compat"
fi fi
case "$XBPS_TARGET_MACHINE" in if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel" makedepends+=" libatomic-devel"
esac fi
tomahawk-devel_package() { tomahawk-devel_package() {
depends="tomahawk>=${version}_${revision}" depends="tomahawk>=${version}_${revision}"