diff --git a/srcpkgs/tomahawk/template b/srcpkgs/tomahawk/template index a157775708e..1b7af116af4 100644 --- a/srcpkgs/tomahawk/template +++ b/srcpkgs/tomahawk/template @@ -36,8 +36,12 @@ if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake" fi +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + makedepends+=" musl-legacy-compat" +fi + case "$XBPS_TARGET_MACHINE" in - armv6*) makedepends+=" libatomic-devel" + armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel" esac tomahawk-devel_package() {