aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-codecs::lpc10::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-02-05 19:38:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-02-05 19:38:40 +0000
commita5aa0c90ca8ffebd4c3a15be9330e752444516d2 (patch)
treedaae7a87fc1732c7efc6c538dd9f6df8cca8b66d /net/asterisk16/files/patch-codecs::lpc10::Makefile
parentd1e4a35abe75fef6a88c4a118035344f3506f28c (diff)
Notes
Diffstat (limited to 'net/asterisk16/files/patch-codecs::lpc10::Makefile')
-rw-r--r--net/asterisk16/files/patch-codecs::lpc10::Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/asterisk16/files/patch-codecs::lpc10::Makefile b/net/asterisk16/files/patch-codecs::lpc10::Makefile
index 43138eb093d9..68c98c064f70 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 Sun Apr 27 21:13:11 2003
-+++ codecs/lpc10/Makefile Fri Oct 17 12:07:20 2003
+--- 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 @@
#
@@ -12,7 +12,7 @@ $FreeBSD$
#
# These definitions for CFLAGS and LIB_TARGET_DIR are used when one
-@@ -22,12 +22,12 @@
+@@ -22,14 +22,14 @@
#
WARNINGS = -Wall -Wno-comment -Wno-error
@@ -21,9 +21,11 @@ $FreeBSD$
#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
-
- LIB = $(LIB_TARGET_DIR)/liblpc10.a
+ endif
+ endif