1d9e28be19
IAXmodem is a software modem written in C that uses an IAX channel (commonly provided by an Asterisk PBX system) instead of a traditional phone line and uses a DSP library instead of DSP hardware chipsets. IAXmodem was originally conceived to function as a fax modem usable with HylaFAX, and it does that well. However IAXmodem also has been known to function with mgetty+sendfax and efax. .. much cleanup from my earlier verisions, thanks brad@
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2008/04/21 03:49:22 todd Exp $
|
|
--- configure.orig Thu Feb 7 20:58:41 2008
|
|
+++ configure Thu Mar 27 21:13:17 2008
|
|
@@ -22,6 +22,7 @@ if [ -n "${IAXVER}" ]; then
|
|
fi
|
|
|
|
cat Makefile.in | sed -e "s/@VERSION@/${IAXMODEMVER}/g" | \
|
|
+ sed -e "s,@LDFLAGS@,${LDFLAGS},g" | \
|
|
sed -e "s/@DSPVER@/${DSPVER}/g" | \
|
|
sed -e "s/@IAXVER@/${IAXVER}/g" > Makefile
|
|
|