From d2cde8c5ee36924d0fdc0cf6403d1e1380e98c72 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sat, 9 Sep 2006 10:54:46 +0000 Subject: hf is a gtk+-based linux ham radio fsk digimode program, which can do also the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a soundcard and a pc and linux(FreeBSD), all of which need not be the newest. The core of hf, the heart of the program (hfkernel) is a real master-piece of code, it has originally been made by Tom Sailer, many thanks Tom! hf can also do MT63 and has a CW elbug function. WWW: http://www.hf.webmasternet.org - Diane Bruce, VA3DB db@db.net PR: ports/101452 Submitted by: db --- comms/hf/files/patch-hfkernel_mt63_ratecal1.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 comms/hf/files/patch-hfkernel_mt63_ratecal1.cc (limited to 'comms/hf/files/patch-hfkernel_mt63_ratecal1.cc') diff --git a/comms/hf/files/patch-hfkernel_mt63_ratecal1.cc b/comms/hf/files/patch-hfkernel_mt63_ratecal1.cc new file mode 100644 index 000000000000..8afdd8a207f0 --- /dev/null +++ b/comms/hf/files/patch-hfkernel_mt63_ratecal1.cc @@ -0,0 +1,12 @@ +--- hfkernel/mt63/ratecal1.cc.orig Sun Jul 30 11:48:34 2006 ++++ hfkernel/mt63/ratecal1.cc Sun Jul 30 11:48:59 2006 +@@ -89,6 +89,9 @@ + #ifdef __linux__ + #include // for usleep() + #endif ++#ifdef __FreeBSD__ ++#include ++#endif + + // #ifdef __MSDOS__ + // #include // for delay() -- cgit v1.2.3