1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/comms/kpsk/files/patch-ac
Tilman Keskinoz 09a269be2a Fix Build on -CURRENT
Approved by:	patrick (maintainer)
2002-12-02 12:59:58 +00:00

15 lines
388 B
Plaintext

--- kpsk/modes/psk31-transmitter.C.orig Thu Oct 24 10:44:21 2002
+++ kpsk/modes/psk31-transmitter.C Thu Oct 24 10:46:41 2002
@@ -11,7 +11,11 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
+#ifdef __FreeBSD__
+#include <sys/soundcard.h>
+#else
#include <linux/soundcard.h>
+#endif
#include <sys/ioctl.h>
#include "psk31-coder.h"
#include "psk31-transmitter.h"