[SCM] drumkv1/master: Fixed FTBS on kfreebsd-* and hurd.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jan 28 23:52:19 UTC 2014


The following commit has been merged in the master branch:
commit c780f1e534019266e6db8ab6d05fd616353aae94
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jan 29 00:51:59 2014 +0100

    Fixed FTBS on kfreebsd-* and hurd.

diff --git a/debian/rules b/debian/rules
index 1a58122..d0ccc0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ EXTRA_CONFIGURE_ARGS = \
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 EXTRA_CONFIGURE_ARGS += --enable-alsa-midi
+else
+EXTRA_CONFIGURE_ARGS += --disable-alsa-midi
 endif
 
 ifeq ($(DEB_HOST_ARCH_CPU),amd64)

-- 
drumkv1 packaging



More information about the pkg-multimedia-commits mailing list