Package: kpsk
Severity: important
Version: 1.0.1-4
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs updated config.guess, config.sub and small tweak.
Please find bellow a patch with tweak.
For config.guess and config.sub is needed a version
from last year, which is available in the autotools-dev
packages, sarge version is sufficient.
You can simply copy them manually, but it can also be done
automatically using the method described in
/usr/share/doc/autotools-dev/README.Debian.gz
Please, update all occurences of config.sub/config.guess,
"find . -name config.sub -o -name config.guess" is your friend.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
--- kpsk/modes/psk31-transmitter.C~ 2006-04-28 14:25:40.000000000 +0200
+++ kpsk/modes/psk31-transmitter.C 2006-04-28 14:25:40.000000000 +0200
@@ -11,7 +11,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/ioctl.h>
#include "psk31-coder.h"
#include "psk31-transmitter.h"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]