diff options
Diffstat (limited to 'net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile')
-rw-r--r-- | net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile b/net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile deleted file mode 100644 index 1674119a4836..000000000000 --- a/net/asterisk-bristuff/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 |