summaryrefslogtreecommitdiff
path: root/comms/unixcw/files/patch-src_cw_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_cw_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_cw_Makefile')
-rw-r--r--comms/unixcw/files/patch-src_cw_Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/unixcw/files/patch-src_cw_Makefile b/comms/unixcw/files/patch-src_cw_Makefile
new file mode 100644
index 000000000000..88d3eb17f64d
--- /dev/null
+++ b/comms/unixcw/files/patch-src_cw_Makefile
@@ -0,0 +1,19 @@
+--- src/cw/Makefile.orig 2007-12-25 22:55:33.000000000 -0500
++++ src/cw/Makefile 2007-12-25 22:56:25.000000000 -0500
+@@ -19,14 +19,14 @@
+
+ include ../../Makefile.inc
+ CC = $(AC_CC)
+-CFLAGS = $(AC_CFLAGS) $(AC_DEFS) -I../cwlib -I../cwutils
++CFLAGS = $(AC_CFLAGS) $(AC_DEFS) -I../cwlib -I../cwutils -I$(includedir)
+ GZIP = $(AC_GZIP)
+
+ SHELL = /bin/sh
+
+ default: all
+
+-LIBS = -L../cwlib -lcw
++LIBS = -L../cwlib -lcw $(AC_LIBS)
+
+ # Build the cw binary.
+ all: cw