From 9f6d4ea10384b4d848ef0a1d4fe26fb7dc294b0b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 5 Apr 2016 11:29:13 +0200 Subject: [PATCH] tomahawk-qt5: fix musl build --- srcpkgs/tomahawk-qt5/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {