openbsd-ports/telephony/iaxmodem/patches/patch-Makefile_in
todd 1d9e28be19 iaxmodem 1.1.0
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@
2008-04-21 03:49:22 +00:00

20 lines
706 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/04/21 03:49:22 todd Exp $
--- Makefile.in.orig Thu Feb 7 20:57:47 2008
+++ Makefile.in Thu Mar 27 21:58:54 2008
@@ -3,13 +3,13 @@ DSPVER= @DSPVER@
IAXVER= @IAXVER@
CFLAGS:= -DMODEMVER=\"${MODEMVER}\" -DDSPVER=\"${DSPVER}\" -DIAXVER=\"${IAXVER}\" \
- -Wall -g -DSTATICLIBS -DUSE_UNIX98_PTY \
+ -Wall -g -DSTATICLIBS \
-std=c99 -Ilib/libiax2/src -Ilib/spandsp/src \
${CFLAGS}
OUR_CFLAGS= -Wall -g -DSTATICLIBS -DUSE_UNIX98_PTY \
-std=c99 -Ilib/libiax2/src -Ilib/spandsp/src
OBJS= iaxmodem.o lib/spandsp/src/.libs/libspandsp.a lib/libiax2/src/.libs/libiax.a
-LDFLAGS+= -lm -lutil -ltiff
+LDFLAGS+= @LDFLAGS@ -lm -lutil -ltiff
all: iaxmodem