aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-devel/files/patch-codecs::lpc10::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-devel/files/patch-codecs::lpc10::Makefile')
-rw-r--r--net/asterisk-devel/files/patch-codecs::lpc10::Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/asterisk-devel/files/patch-codecs::lpc10::Makefile b/net/asterisk-devel/files/patch-codecs::lpc10::Makefile
deleted file mode 100644
index 68c98c064f70..000000000000
--- a/net/asterisk-devel/files/patch-codecs::lpc10::Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-
-$FreeBSD$
-
---- codecs/lpc10/Makefile.orig Thu Jan 8 18:52:11 2004
-+++ codecs/lpc10/Makefile Fri Jan 30 02:06:54 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,14 +22,14 @@
- #
-
- 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
- ifneq ($(OSARCH),Darwin)
- ifneq ($(PROC),ppc)
- ifneq ($(PROC),x86_64)
-- CFLAGS+= -march=$(PROC)
-+ CFLAGS+=
- endif
- endif
- endif