From a5aa0c90ca8ffebd4c3a15be9330e752444516d2 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 5 Feb 2004 19:38:40 +0000 Subject: Update to 0.7.1. --- net/asterisk/files/patch-codecs::gsm::Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (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 index 0c9a35eecb6d..d60ed11f3298 100644 --- a/net/asterisk/files/patch-codecs::gsm::Makefile +++ b/net/asterisk/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. -- cgit v1.2.3