Package: glfer
Severity: important
Version: 0.3.4-2
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 changes.
Thanks in advance
Petr
--- glfer-0.3.4.orig/qrs.c
+++ glfer-0.3.4/qrs.c
@@ -39,7 +39,7 @@
#endif
#include <signal.h>
-#include <linux/kd.h> /* for KIOCSOUND */
+#include <sys/kd.h> /* for KIOCSOUND */
#include <fcntl.h> /* file control definitions */
#include <sys/ioctl.h>
/* #include <asm/io.h> *//* for inb() and outb() in libc5 only ? */
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]