summaryrefslogtreecommitdiffstats
path: root/multimedia/tomahawk/tomahawk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/tomahawk/tomahawk.SlackBuild')
-rw-r--r--multimedia/tomahawk/tomahawk.SlackBuild4
1 files changed, 4 insertions, 0 deletions
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 \