diff options
author | B. Watson <yalhcru@gmail.com> | 2012-09-21 06:31:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-22 11:39:45 -0500 |
commit | 3a951292ce2b2431f37b525caf5384f4c2370beb (patch) | |
tree | 5d8be030bac9740ae2d34fc8004f6d357177c61e /audio/tap_plugins | |
parent | f06395d6cc8d79e2dc0a0f3960286d07cd2b84ea (diff) | |
download | slackbuilds-3a951292ce2b2431f37b525caf5384f4c2370beb.tar.gz |
audio/tap_plugins: Fix underlinking issue with reverb editor.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/tap_plugins')
-rw-r--r-- | audio/tap_plugins/tap_plugins.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tap_plugins/tap_plugins.SlackBuild b/audio/tap_plugins/tap_plugins.SlackBuild index 6896331416..2d85a22a43 100644 --- a/audio/tap_plugins/tap_plugins.SlackBuild +++ b/audio/tap_plugins/tap_plugins.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=tap_plugins VERSION=${VERSION:-0.7.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -108,7 +108,7 @@ if [ "$FORCE_SLACK_CFLAGS" = "yes" ]; then sed -i '/^CFLAGS/s/=.*-fPIC/= '"$SLKCFLAGS"' -fPIC/' src/Makefile fi -make +make LIBS=-lm # more trouble than it's worth to get 'make install' to handle DESTDIR strip src/reverbed |