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

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jan 29 00:14:33 UTC 2014


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

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list