[SCM] samplv1/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:59:43 UTC 2014


The following commit has been merged in the master branch:
commit beebde9dddf67d9a3c001c57e94a55fdb7a4b808
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jan 29 00:59:25 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)

-- 
samplv1 packaging



More information about the pkg-multimedia-commits mailing list