[SCM] fluidsynth/master: Disable alsa and dbus on hurd (Closes: #637158). Thanks to Samuel Thibault for the patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Aug 9 07:33:32 UTC 2011


The following commit has been merged in the master branch:
commit 68f5335962d88e97a36513362f67647cf9cd8d3f
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Aug 9 09:33:09 2011 +0200

    Disable alsa and dbus on hurd (Closes: #637158). Thanks to Samuel Thibault for the patch.

diff --git a/debian/rules b/debian/rules
index 037dc93..1b7b2b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 LDFLAGS+=-Wl,--as-needed
-ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+ifneq ($(findstring $(DEB_HOST_ARCH_OS),kfreebsd hurd),)
 EXTRA_CONFIGURE_ARGS += -Denable-alsa=off -Denable-dbus=off
 endif
 

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list