Package: seal
Severity: important
Version: 1.07-12
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- src/lnxdrv.c~ 2006-07-26 01:23:38.000000000 +0200
+++ src/lnxdrv.c 2006-07-26 01:23:38.000000000 +0200
@@ -18,7 +18,7 @@
#include <sys/ioctl.h>
#include <sys/select.h>
#ifdef __LINUX__
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#endif
#ifdef __FREEBSD__
#include <machine/soundcard.h>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]