From ea83d28f913d9689959dea5ef7ba98938bbf6047 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 10 Apr 2016 10:55:09 +0100 Subject: multimedia/tomahawk: Fixed build with taglib-1.10. Signed-off-by: David Spencer --- multimedia/tomahawk/tomahawk.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia/tomahawk/tomahawk.SlackBuild') diff --git a/multimedia/tomahawk/tomahawk.SlackBuild b/multimedia/tomahawk/tomahawk.SlackBuild index 20881db79f..1eab335d7c 100644 --- a/multimedia/tomahawk/tomahawk.SlackBuild +++ b/multimedia/tomahawk/tomahawk.SlackBuild @@ -69,6 +69,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Compare taglib version properly (fix for taglib-1.10) +# https://github.com/tomahawk-player/tomahawk/commit/ee4656383a92a78299aff6f8637f174fff328e98 +patch -p1 < $CWD/ee4656383a92a78299aff6f8637f174fff328e98.patch + mkdir -p build cd build cmake \ -- cgit v1.2.3