[SCM] fluidsynth/master: Disable DBus support on kfreebsd-* archs to avoid it FTBFS (Closes: #597977).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Sep 29 09:14:06 UTC 2010


The following commit has been merged in the master branch:
commit 4c8c1fa839255a69258615df996f8b7cd071aa2a
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Sep 29 11:13:11 2010 +0200

    Disable DBus support on kfreebsd-* archs to avoid it FTBFS (Closes: #597977).

diff --git a/debian/rules b/debian/rules
index e7c0a41..2de8d63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
-EXTRA_CONFIGURE_ARGS += -Denable-alsa=off
+EXTRA_CONFIGURE_ARGS += -Denable-alsa=off -Denable-dbus=off
 endif
 
 %:

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list