Bug#637271: qmidinet: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Wed Aug 10 01:24:05 UTC 2011
Package: qmidinet
Version: 0.1.1-1
Severity: important
Tags: patch
Hello,
qmidinet currently FTBFS on hurd-i386 due to alsa support being enabled
by default. Please extend the kfreebsd fix as the attached patch does.
Samuel
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
Samuel Thibault <samuel.thibault at fnac.net>
Les roots ne sont plus ce qu'ils étaient...Maintenant il sont dioxinés,
c'est de la m... ! Avant on les élevaient avec du bon unix mais ça été
remplacé par des farines industrielles nouvelles technologies (NT).
-+- JdK in NPC : Exigez un root élevé sous la mère ! -+-
-------------- next part --------------
--- debian/rules.orig 2011-08-10 03:22:47.000000000 +0200
+++ debian/rules 2011-08-10 03:22:49.000000000 +0200
@@ -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
More information about the pkg-multimedia-maintainers
mailing list