From 78a386579882711ca1270ab88aa4a61afbf313f1 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 8 Feb 2020 17:24:29 +0100 Subject: [PATCH] tomahawk: use generic libatomic checks --- srcpkgs/tomahawk/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tomahawk/template b/srcpkgs/tomahawk/template index 1b7af116af4..3910267caa8 100644 --- a/srcpkgs/tomahawk/template +++ b/srcpkgs/tomahawk/template @@ -40,9 +40,9 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat" fi -case "$XBPS_TARGET_MACHINE" in - armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel" -esac +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + makedepends+=" libatomic-devel" +fi tomahawk-devel_package() { depends="tomahawk>=${version}_${revision}"