From 1a103eb4d547e6f641f7cc0511b2d853c49792f9 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 17 Sep 2019 18:52:18 +0200 Subject: [PATCH] tomahawk: fix build on armv6l --- srcpkgs/tomahawk/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tomahawk/template b/srcpkgs/tomahawk/template index ed921b1f256..073e1b262ac 100644 --- a/srcpkgs/tomahawk/template +++ b/srcpkgs/tomahawk/template @@ -36,6 +36,10 @@ if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake" fi +case "$XBPS_TARGET_MACHINE" in + armv6*) makedepends+=" libatomic-devel" +esac + tomahawk-devel_package() { depends="tomahawk>=${version}_${revision}" short_desc+=" - development files"