aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile')
-rw-r--r--net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile29
1 files changed, 0 insertions, 29 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 43138eb093d9..000000000000
--- a/net/asterisk-bristuff/files/patch-codecs::lpc10::Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-
-$FreeBSD$
-
---- codecs/lpc10/Makefile.orig Sun Apr 27 21:13:11 2003
-+++ codecs/lpc10/Makefile Fri Oct 17 12:07:20 2003
-@@ -3,7 +3,7 @@
- #
-
- # default C compiler
--CC= gcc
-+CC?= gcc
-
- #
- # These definitions for CFLAGS and LIB_TARGET_DIR are used when one
-@@ -22,12 +22,12 @@
- #
-
- 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 ($(PROC),ppc)
-- CFLAGS+= -march=$(PROC)
-+ CFLAGS+=
- endif
-
- LIB = $(LIB_TARGET_DIR)/liblpc10.a