Package: xmix Version: 2.1-6 Severity: important Tags: patch User: [email protected] Usertags: hurd
Hello, xmix FTBFS on hurd-i386 due to missing inclusion of sys/soundcard.h. The attached patch fixes it. 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 <[email protected]> <c> xlnt comme sujet de stage je peux essayer de donner une description formelle de automake -+- #ens-mim -+-
--- xmix.c.orig 2011-08-12 11:50:32.000000000 +0000 +++ xmix.c 2011-08-12 11:50:38.000000000 +0000 @@ -81,7 +81,7 @@ #if defined(__linux__) #include <linux/soundcard.h> #endif -#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__) #include <sys/soundcard.h> #endif

