diff options
author | B. Watson <yalhcru@gmail.com> | 2015-11-22 04:24:12 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:26:17 +0700 |
commit | 481f0de26897acd56f0d96da232de9079bc84d69 (patch) | |
tree | 27dba54b38436b96c1996b8436e3dc6f753cde98 /audio | |
parent | a7650364914fdac377589a9f331eaa873bba9f32 (diff) | |
download | slackbuilds-481f0de26897acd56f0d96da232de9079bc84d69.tar.gz |
audio/match-vamp-plugin: Fix compile issue.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/match-vamp-plugin/match-vamp-plugin.SlackBuild | 5 |
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" |