diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-18 19:11:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-18 19:11:30 +0000 |
commit | 54858b623befc6707c498f9b6f94c55b778a3012 (patch) | |
tree | a8e41113b91129ccba870fb1c82945edeab43ede /net/asterisk14/files | |
parent | c1237bfac8fcb99fd64e0d4e6893ce3e44c11f42 (diff) | |
download | ports-54858b623befc6707c498f9b6f94c55b778a3012.tar.gz ports-54858b623befc6707c498f9b6f94c55b778a3012.zip |
Notes
Diffstat (limited to 'net/asterisk14/files')
-rw-r--r-- | net/asterisk14/files/patch-codecs::Makefile | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/net/asterisk14/files/patch-codecs::Makefile b/net/asterisk14/files/patch-codecs::Makefile index 1b2df457265c..5275ffaab105 100644 --- a/net/asterisk14/files/patch-codecs::Makefile +++ b/net/asterisk14/files/patch-codecs::Makefile @@ -1,8 +1,29 @@ $FreeBSD$ ---- codecs/Makefile 2003/10/17 09:41:04 1.1 -+++ codecs/Makefile 2003/10/17 09:41:19 +--- codecs/Makefile.orig Tue May 6 03:00:20 2003 ++++ codecs/Makefile Sat Oct 18 11:49:23 2003 +@@ -19,9 +19,9 @@ + #MODG723=codec_g723_1.so codec_g723_1b.so + MODG723=$(shell [ -f g723.1/coder.c ] && echo "codec_g723_1.so") + MODG723+=$(shell [ -f g723.1b/coder2.c ] && echo "codec_g723_1b.so") +-MODSPEEX=$(shell [ -f /usr/include/speex.h ] || [ -f /usr/local/include/speex.h ] && echo "codec_speex.so") ++MODSPEEX=codec_speex.so + MODILBC=$(shell [ -f ilbc/iLBC_decode.h ] && echo "codec_ilbc.so") +-CFLAGS+=-fPIC ++CFLAGS+=-fPIC -I$(LOCALBASE)/include + + LIBG723=g723.1/libg723.a + LIBG723B=g723.1b/libg723b.a +@@ -30,7 +30,7 @@ + LIBGSMT=$(shell if uname -m | grep -q 86; then echo gsm/lib/libgsm.a; fi) + LIBMP3=mp3/libmp3.a + LIBLPC10=lpc10/liblpc10.a +-LIBSPEEX=-lspeex -lm ++LIBSPEEX=-L$(LOCALBASE)/lib -lspeex -lm + LIBILBC=ilbc/libilbc.a + + CODECS+=$(MODG723) $(MODSPEEX) $(MODILBC) codec_gsm.so codec_mp3_d.so codec_lpc10.so \ @@ -95,7 +95,7 @@ include .depend |