summaryrefslogtreecommitdiffstats
path: root/audio/match-vamp-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'audio/match-vamp-plugin')
-rw-r--r--audio/match-vamp-plugin/match-vamp-plugin.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
index 3aa2ea8339..aa12e6c0f7 100644
--- a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
+++ b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
@@ -8,7 +8,7 @@
PRGNAM=match-vamp-plugin
VERSION=${VERSION:-0.2.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -53,6 +53,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# 20151122 bkw: Grr. How long has this been broken?
+sed -i 's/-Wl,-Bstatic//' Makefile
+
# Just in case someone doesn't trust upstream's default CXXFLAGS:
if [ "${FORCE_SLACK_CFLAGS:-no}" = "yes" ]; then
make CXXFLAGS="$SLKCFLAGS"