diff options
Diffstat (limited to 'audio/sooperlooper/sooperlooper.SlackBuild')
-rw-r--r-- | audio/sooperlooper/sooperlooper.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/sooperlooper/sooperlooper.SlackBuild b/audio/sooperlooper/sooperlooper.SlackBuild index 520e23cb74718..4f184f19f4016 100644 --- a/audio/sooperlooper/sooperlooper.SlackBuild +++ b/audio/sooperlooper/sooperlooper.SlackBuild @@ -17,7 +17,7 @@ PRGNAM=sooperlooper VERSION=${VERSION:-1.7.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,9 +73,12 @@ find -L . \ # allow building with wx 3.0, using a patch from Debian [ "$WXVER" = "3.0" ] && patch -p1 < $CWD/04-build_with_wx_30.patch +patch -p2 < $CWD/libsigc.patch + # Note: the CFLAGS are actually ignored here. Oh well. CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +CPPFLAGS="-std=c++11" \ ./configure \ --with-wxconfig-path=$WXCONFIG \ --prefix=/usr \ |