summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild
diff options
context:
space:
mode:
author Roberto Neri <rneri@libero.it>2013-02-19 20:47:30 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-02-22 22:27:46 -0600
commitbd388b78abda697c5b35e74342f6b98df468312d (patch)
treed8a07f986fb438906258f15c4f665304df996cca /desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild
parent548c966efcb7058512c2055dccfda7e44b2190e0 (diff)
downloadslackbuilds-bd388b78abda697c5b35e74342f6b98df468312d.tar.gz
slackbuilds-bd388b78abda697c5b35e74342f6b98df468312d.tar.xz
desktop/thunar-media-tags-plugin: Fixed taglib linkage
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild')
-rw-r--r--desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild b/desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild
index 253f723d69..ccf4971307 100644
--- a/desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild
+++ b/desktop/thunar-media-tags-plugin/thunar-media-tags-plugin.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=thunar-media-tags-plugin
VERSION=${VERSION:-0.2.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -71,6 +71,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix taglib linking - thanks, Roberto Neri! :)
+patch -p1 < $CWD/thunar-media-tags-plugin-0.2.0.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \