Package: gom Severity: important Version: 0.30.0-2 Tags: patch Hi,
the current version fails to build on GNU/kFreeBSD. Please find bellow patch with a small tweak. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- src/gom.h~ 2006-04-26 13:52:12.000000000 +0200 +++ src/gom.h 2006-04-26 13:52:12.000000000 +0200 @@ -46,7 +46,7 @@ #include <sys/time.h> #include <sys/ioctl.h> /* "The nice thing about standards..." */ -#if defined (__linux__) || defined (__bsdi__) +#if defined (__linux__) || defined (__bsdi__) || defined (HAVE_SYS_SOUNDCARD_H) #include <sys/soundcard.h> #else #if defined (__FreeBSD__) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]