[SCM] fluidsynth packaging branch, master, updated. debian/1.1.1-3-2-ga5df6af
quadrispro-guest at users.alioth.debian.org
quadrispro-guest at users.alioth.debian.org
Sun May 2 14:38:46 UTC 2010
The following commit has been merged in the master branch:
commit a5df6afb958a793ae4cbb8c4ccb1c69924235804
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date: Sun May 2 16:38:38 2010 +0200
Disable ALSA support on kfreebsd-* architectures (Closes: #579914).
diff --git a/debian/rules b/debian/rules
index 5969e72..d1c3972 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
#!/usr/bin/make -f
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+EXTRA_CONFIGURE_ARGS += --disable-alsa-support
+endif
+
%:
dh --with quilt $@
@@ -8,4 +12,5 @@ override_dh_auto_configure:
--disable-rpath --prefix=/usr --bindir=\$${prefix}/bin \
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
--libdir=\$${prefix}/lib --includedir=\$${prefix}/include \
- --enable-jack-support --enable-ladspa
+ --enable-jack-support --enable-ladspa \
+ $(EXTRA_CONFIGURE_ARGS)
--
fluidsynth packaging
More information about the pkg-multimedia-commits
mailing list