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/asterisk14/files/patch-codecs::lpc10::Makefile | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 net/asterisk14/files/patch-codecs::lpc10::Makefile (limited to 'net/asterisk14/files/patch-codecs::lpc10::Makefile') diff --git a/net/asterisk14/files/patch-codecs::lpc10::Makefile b/net/asterisk14/files/patch-codecs::lpc10::Makefile deleted file mode 100644 index 1674119a4836..000000000000 --- a/net/asterisk14/files/patch-codecs::lpc10::Makefile +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD$ - ---- codecs/lpc10/Makefile.orig Mon Mar 15 18:52:28 2004 -+++ codecs/lpc10/Makefile Wed Apr 14 22:13:47 2004 -@@ -3,7 +3,7 @@ - # - - # default C compiler --CC= gcc -+CC?= gcc - - # - # These definitions for CFLAGS and LIB_TARGET_DIR are used when one -@@ -22,7 +22,7 @@ - # - - WARNINGS = -Wall -Wno-comment -Wno-error --CFLAGS = $(OPTIMIZE) -I$(LIB_TARGET_DIR) $(WARNINGS) -fPIC -+CFLAGS += $(OPTIMIZE) -I$(LIB_TARGET_DIR) $(WARNINGS) -fPIC - #CFLAGS+= $(shell if uname -m | grep -q 86; then echo "-mpentium" ; fi) - - #fix for PPC processors and ALPHA too -@@ -30,7 +30,7 @@ - ifneq ($(PROC),ppc) - ifneq ($(PROC),x86_64) - ifneq ($(PROC),alpha) -- CFLAGS+= -march=$(PROC) -+ CFLAGS+= - endif - endif - endif -- cgit v1.2.3