summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-codecs::gsm::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-02-05 19:38:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-02-05 19:38:40 +0000
commita5aa0c90ca8ffebd4c3a15be9330e752444516d2 (patch)
treedaae7a87fc1732c7efc6c538dd9f6df8cca8b66d /net/asterisk12/files/patch-codecs::gsm::Makefile
parentFix and remove BROKEN. (diff)
Update to 0.7.1.
Notes
Notes: svn path=/head/; revision=100074
Diffstat (limited to 'net/asterisk12/files/patch-codecs::gsm::Makefile')
-rw-r--r--net/asterisk12/files/patch-codecs::gsm::Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/asterisk12/files/patch-codecs::gsm::Makefile b/net/asterisk12/files/patch-codecs::gsm::Makefile
index 0c9a35eecb6d..d60ed11f3298 100644
--- a/net/asterisk12/files/patch-codecs::gsm::Makefile
+++ b/net/asterisk12/files/patch-codecs::gsm::Makefile
@@ -1,20 +1,20 @@
$FreeBSD$
---- codecs/gsm/Makefile.orig Sun Apr 27 21:13:11 2003
-+++ codecs/gsm/Makefile Fri Oct 17 11:59:00 2003
-@@ -54,8 +54,8 @@
+--- codecs/gsm/Makefile.orig Thu Jan 8 18:52:11 2004
++++ codecs/gsm/Makefile Fri Jan 30 01:47:34 2004
+@@ -60,8 +60,8 @@
# CC = /usr/lang/acc
# CCFLAGS = -c -O
--CC = gcc -ansi -pedantic $(OPTIMIZE) -march=$(PROC) -fschedule-insns2 -fomit-frame-pointer
--CCFLAGS += -c -DNeedFunctionPrototypes=1 -finline-functions -funroll-loops -fPIC
+-CC = gcc $(OPTIMIZE) -fomit-frame-pointer
+-CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC
+CC ?= gcc
-+CCFLAGS += -c -DNeedFunctionPrototypes=1 -finline-functions -funroll-loops -fPIC -ansi -pedantic $(OPTIMIZE) -fschedule-insns2 -fomit-frame-pointer
++CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC $(OPTIMIZE) -fomit-frame-pointer
LD = $(CC)
-@@ -140,7 +140,7 @@
+@@ -146,7 +146,7 @@
DEBUG = -DNDEBUG
######### Remove -DNDEBUG to enable assertions.