diff options
Diffstat (limited to 'audio/tap_plugins/tap_plugins.SlackBuild')
-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 68963314167b..2d85a22a4369 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 |