diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-04-30 05:21:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-04-30 05:21:08 +0000 |
commit | 962d6e05b40940170ea394def1103b4e065949bc (patch) | |
tree | e7bd91f082e901686aaa1a463f931bf3099c4f07 /net/asterisk16/files/patch-codecs::lpc10::Makefile | |
parent | 77617709172415e13ef67e9e67856d4b669de3af (diff) |
Notes
Diffstat (limited to 'net/asterisk16/files/patch-codecs::lpc10::Makefile')
-rw-r--r-- | net/asterisk16/files/patch-codecs::lpc10::Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/asterisk16/files/patch-codecs::lpc10::Makefile b/net/asterisk16/files/patch-codecs::lpc10::Makefile index 68c98c064f70..1674119a4836 100644 --- a/net/asterisk16/files/patch-codecs::lpc10::Makefile +++ b/net/asterisk16/files/patch-codecs::lpc10::Makefile @@ -1,8 +1,8 @@ $FreeBSD$ ---- codecs/lpc10/Makefile.orig Thu Jan 8 18:52:11 2004 -+++ codecs/lpc10/Makefile Fri Jan 30 02:06:54 2004 +--- 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 @@ # @@ -12,7 +12,7 @@ $FreeBSD$ # # These definitions for CFLAGS and LIB_TARGET_DIR are used when one -@@ -22,14 +22,14 @@ +@@ -22,7 +22,7 @@ # WARNINGS = -Wall -Wno-comment -Wno-error @@ -20,12 +20,13 @@ $FreeBSD$ +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) + #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+= ++ CFLAGS+= endif endif endif |