[SCM] audacity/master: Build without sbsms to fix FTBFS on non-x86 archs. (Closes: #882173)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Nov 20 20:08:42 UTC 2017


The following commit has been merged in the master branch:
commit fa79381b2f34c2af651c05a2b433ae20e4ec9007
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Nov 20 21:08:12 2017 +0100

    Build without sbsms to fix FTBFS on non-x86 archs. (Closes: #882173)

diff --git a/debian/rules b/debian/rules
index 34d3389..6970493 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,9 @@ configure_flags := \
 	--with-midi=system \
 	--with-portaudio=system \
 	--with-portsmf=system \
-#	--with-sbsms=system \
 	--with-soundtouch=system \
+	--without-sbsms \
 	$(NULL)
-
 %:
 	dh $@
 

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list