summaryrefslogtreecommitdiffstats
path: root/audio/sooperlooper/sooperlooper.SlackBuild
diff options
context:
space:
mode:
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" \