diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-17 22:27:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-17 22:27:45 +0000 |
commit | e61e1d66bd617141dc294a78d82e163554034060 (patch) | |
tree | 82d56db941093217a7c6bf1b3f6b2ba800639f4c /net/asterisk/files/patch-codecs::ilbc::Makefile | |
parent | Update to version 1.2rc2 (diff) |
Update to 1.2.1.
Notes
Notes:
svn path=/head/; revision=153765
Diffstat (limited to 'net/asterisk/files/patch-codecs::ilbc::Makefile')
-rw-r--r-- | net/asterisk/files/patch-codecs::ilbc::Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/asterisk/files/patch-codecs::ilbc::Makefile b/net/asterisk/files/patch-codecs::ilbc::Makefile index 7770e07550a4..26a2f20e5529 100644 --- a/net/asterisk/files/patch-codecs::ilbc::Makefile +++ b/net/asterisk/files/patch-codecs::ilbc::Makefile @@ -1,11 +1,12 @@ $FreeBSD$ ---- codecs/ilbc/Makefile.orig Sun Apr 27 21:13:11 2003 -+++ codecs/ilbc/Makefile Fri Jan 30 01:47:34 2004 -@@ -1,4 +1,4 @@ --CFLAGS+= -fPIC -O3 -+CFLAGS+= -fPIC - LIB=libilbc.a - - OBJS= anaFilter.o iCBSearch.o packing.o \ +--- codecs/ilbc/Makefile.orig Fri Jan 13 11:01:07 2006 ++++ codecs/ilbc/Makefile Fri Jan 13 11:01:51 2006 +@@ -1,5 +1,5 @@ + ARCH=$(PROC) +-CFLAGS+=-Wall -O3 -funroll-loops ++CFLAGS+=-Wall -funroll-loops + ifneq (${OSARCH},CYGWIN) + CFLAGS += -fPIC + endif |