mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tomahawk: use generic libatomic checks
This commit is contained in:
parent
47029ec129
commit
78a3865798
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue