diff options
Diffstat (limited to 'net/asterisk14/files/patch-formats::Makefile')
-rw-r--r-- | net/asterisk14/files/patch-formats::Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/asterisk14/files/patch-formats::Makefile b/net/asterisk14/files/patch-formats::Makefile index dacfd7b08303..b2b1db5a37bd 100644 --- a/net/asterisk14/files/patch-formats::Makefile +++ b/net/asterisk14/files/patch-formats::Makefile @@ -1,19 +1,19 @@ $FreeBSD$ ---- formats/Makefile.orig Tue Nov 4 04:40:09 2003 -+++ formats/Makefile Fri Jan 30 01:47:34 2004 -@@ -18,7 +18,7 @@ +--- formats/Makefile.orig Fri Jan 13 11:16:07 2006 ++++ formats/Makefile Fri Jan 13 11:47:25 2006 +@@ -20,7 +20,7 @@ # - # G723 simple frame is depricated + # G723 simple frame is deprecated # --#FORMAT_LIBS+=format_g723.so +-FORMAT_LIBS+=format_g723.so +FORMAT_LIBS+=format_g723_1.so - GSMLIB=../codecs/gsm/lib/libgsm.a - -@@ -40,7 +40,7 @@ - $(CC) $(SOLINK) -o $@ $< -lm + # + # OGG/Vorbis format +@@ -60,7 +60,7 @@ + $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -logg -lvorbis -lvorbisenc -lm install: all - for x in $(FORMAT_LIBS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done |