From cd8cc8071ff2ad81003a23f16fac61debf60153b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 17 Oct 2004 18:00:02 +0000 Subject: Update to 1.0.1. --- net/asterisk/files/patch-codecs::gsm::Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 net/asterisk/files/patch-codecs::gsm::Makefile (limited to 'net/asterisk/files/patch-codecs::gsm::Makefile') diff --git a/net/asterisk/files/patch-codecs::gsm::Makefile b/net/asterisk/files/patch-codecs::gsm::Makefile deleted file mode 100644 index d60ed11f3298..000000000000 --- a/net/asterisk/files/patch-codecs::gsm::Makefile +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- 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 $(OPTIMIZE) -fomit-frame-pointer --CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC -+CC ?= gcc -+CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC $(OPTIMIZE) -fomit-frame-pointer - - LD = $(CC) - -@@ -146,7 +146,7 @@ - DEBUG = -DNDEBUG - ######### Remove -DNDEBUG to enable assertions. - --CFLAGS = $(PG) $(CCFLAGS) $(SASR) $(DEBUG) $(MULHACK) $(FAST) \ -+CFLAGS += $(PG) $(CCFLAGS) $(SASR) $(DEBUG) $(MULHACK) $(FAST) \ - $(LTP_CUT) $(WAV49) $(K6OPT) $(CCINC) -I$(INC) - ######### It's $(CC) $(CFLAGS) - -- cgit v1.2.3