summaryrefslogtreecommitdiff
path: root/comms/unixcw/files/patch-src_cwutils_Makefile
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2008-01-01 18:13:56 +0000
committerDiane Bruce <db@FreeBSD.org>2008-01-01 18:13:56 +0000
commit13966ac24edb9471341c156a6f03d85dccea7203 (patch)
tree5fa4620c4c0db567f5523ba46dff4a1479123d73 /comms/unixcw/files/patch-src_cwutils_Makefile
parentUpdate to 2.0 (diff)
The heart of the package is 'libcw'. This is a library which, when built,
offers the following basic CW services to a caller program: o Morse code character translation tables, and lookup functions o Morse code low-level timing calculations o A 'sidetone' generation and queueing system, using either the system sound card, the console speaker, or both o Optional keying control for an external device, say a transmitter, or an oscillator o CW character and string send routines, tied in with the character lookup o CW receive routines, also tied in to the character lookup o Adaptive speed tracking of received CW o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation Submitted by: self
Notes
Notes: svn path=/head/; revision=204824
Diffstat (limited to 'comms/unixcw/files/patch-src_cwutils_Makefile')
-rw-r--r--comms/unixcw/files/patch-src_cwutils_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/unixcw/files/patch-src_cwutils_Makefile b/comms/unixcw/files/patch-src_cwutils_Makefile
new file mode 100644
index 000000000000..bbf2e5541e8d
--- /dev/null
+++ b/comms/unixcw/files/patch-src_cwutils_Makefile
@@ -0,0 +1,11 @@
+--- src/cwutils/Makefile.orig 2007-12-25 09:49:34.000000000 -0500
++++ src/cwutils/Makefile 2007-12-25 09:59:12.000000000 -0500
+@@ -19,7 +19,7 @@
+
+ include ../../Makefile.inc
+ CC = $(AC_CC)
+-CFLAGS = $(AC_CFLAGS) $(AC_DEFS) -I../cwlib
++CFLAGS = $(AC_CFLAGS) $(AC_DEFS) -I../cwlib -I${includedir}
+
+ SHELL = /bin/sh
+