From 481f0de26897acd56f0d96da232de9079bc84d69 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 22 Nov 2015 04:24:12 -0500 Subject: audio/match-vamp-plugin: Fix compile issue. --- audio/match-vamp-plugin/match-vamp-plugin.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio') 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" -- cgit v1.2.3