diff options
Diffstat (limited to 'net/asterisk10/files/patch-codecs::gsm::Makefile')
-rw-r--r-- | net/asterisk10/files/patch-codecs::gsm::Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/asterisk10/files/patch-codecs::gsm::Makefile b/net/asterisk10/files/patch-codecs::gsm::Makefile index 0c9a35eecb6d..d60ed11f3298 100644 --- a/net/asterisk10/files/patch-codecs::gsm::Makefile +++ b/net/asterisk10/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. |