[SCM] qmidinet/master: Disable alsa midi on hurd too (Closes: #637271). Patch by Samuel Thibault.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 10 08:06:42 UTC 2011


The following commit has been merged in the master branch:
commit 8c63512d4a093d75e3e97997caf2e574b757555d
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 10 10:07:10 2011 +0200

    Disable alsa midi on hurd too (Closes: #637271). Patch by Samuel Thibault.

diff --git a/debian/rules b/debian/rules
index 15c7e3b..bc4cf01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+ifneq ($(findstring $(DEB_HOST_ARCH_OS),kfreebsd hurd),)
 EXTRA_CONFIGURE_ARGS += --disable-alsa-midi
 endif
 

-- 
qmidinet packaging



More information about the pkg-multimedia-commits mailing list