aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk/files/patch-codecs::ilbc::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk/files/patch-codecs::ilbc::Makefile')
-rw-r--r--net/asterisk/files/patch-codecs::ilbc::Makefile17
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