summaryrefslogtreecommitdiffstats
path: root/audio/sooperlooper/sooperlooper.SlackBuild
diff options
context:
space:
mode:
author B. Watson2017-06-22 19:06:49 +0200
committer Willy Sudiarto Raharjo2017-06-24 03:32:53 +0200
commitdd3483bc3b11dce64a38106275d1eb5642d92b46 (patch)
treef5c5fa1c522c9b56ef954f21b1d382010dfe2df1 /audio/sooperlooper/sooperlooper.SlackBuild
parentdcad5b992fd79304244d07d3347aaf0b8a0a0b3f (diff)
downloadslackbuilds-dd3483bc3b11dce64a38106275d1eb5642d92b46.tar.gz
audio/sooperlooper: Fix build for -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/sooperlooper/sooperlooper.SlackBuild')
-rw-r--r--audio/sooperlooper/sooperlooper.SlackBuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/sooperlooper/sooperlooper.SlackBuild b/audio/sooperlooper/sooperlooper.SlackBuild
index 84a531b746..43f361f97e 100644
--- a/audio/sooperlooper/sooperlooper.SlackBuild
+++ b/audio/sooperlooper/sooperlooper.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170622 bkw: fix build on -current, BUILD=3
+
# 20150514 bkw:
# - update for v1.7.3
@@ -17,7 +19,7 @@
PRGNAM=sooperlooper
VERSION=${VERSION:-1.7.3}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,9 +73,13 @@ find -L . \
-exec chmod 644 {} \;
# allow building with wx 3.0, using a patch from Debian
-[ "$WXVER" = "3.0" ] && patch -p1 < $CWD/04-build_with_wx_30.patch
+[ "$WXVER" = "3.0" ] && patch -p1 < $CWD/patches/04-build_with_wx_30.patch
+
+# build against libsigc++ 2.x. can't remember where I found this patch.
+patch -p2 < $CWD/patches/libsigc.patch
-patch -p2 < $CWD/libsigc.patch
+# another Deb patch, need for -current's newer sigc++ (does no harm on 14.2)
+patch -p1 < $CWD/patches/06-use_sigc_bind.patch
# Note: the CFLAGS are actually ignored here. Oh well.
CFLAGS="$SLKCFLAGS" \