diff --git a/srcpkgs/tomahawk-qt5/template b/srcpkgs/tomahawk-qt5/template index 1078d9139f0..c27c8856fde 100644 --- a/srcpkgs/tomahawk-qt5/template +++ b/srcpkgs/tomahawk-qt5/template @@ -1,7 +1,7 @@ # Template file for 'tomahawk' pkgname=tomahawk-qt5 version=0.8.4 -revision=6 +revision=7 wrksrc=${pkgname%-*}-${version} build_style=cmake build_options="upower hatchet kde xmpp" @@ -53,6 +53,8 @@ post_extract() { # fix build sed -i '24a#include ' src/libtomahawk/network/acl/AclRegistry.cpp sed -i '30a#include ' src/libtomahawk/utils/TomahawkCache.h + # fix musl build + sed -i '41a#include ' src/libtomahawk/accounts/ResolverAccount.cpp } tomahawk-qt5-devel_package() {