Package: siggen Version: 2.3.10-2 Severity: important Tags: patch Hello,
siggen currently FTBFS on !linux-any because it includes linux/soundcard.h. The attached patch fixes this by including sys/soundcard.h instead (which is also available on Linux). 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]> > Allez, soyez sympa ... traduisez-lui "linux" Linux, c'est comme le miel : c'est vachement bon mais ça attire les mouches. En plus, ça colle aux doigts et on a du mal à s'en défaire. -+- TP in: Guide du linuxien pervers - "Barrez vous les mouches !"
--- soundinfo.c.orig 2011-08-06 01:36:41.000000000 +0000 +++ soundinfo.c 2011-08-06 01:36:43.000000000 +0000 @@ -79,11 +79,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> -#ifdef __FreeBSD__ #include <sys/soundcard.h> -#else -#include <linux/soundcard.h> -#endif /***DEFINES***/ /* defines --- mixer.h.orig 2011-08-06 01:36:49.000000000 +0000 +++ mixer.h 2011-08-06 01:36:52.000000000 +0000 @@ -26,11 +26,7 @@ #ifndef _mixer__h #define _mixer__h -#ifdef __FreeBSD__ #include <sys/soundcard.h> -#else -#include <linux/soundcard.h> -#endif /* Define some functions..... */

