summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'comms/asterisk/patches/patch-ag')
-rw-r--r--comms/asterisk/patches/patch-ag19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/asterisk/patches/patch-ag b/comms/asterisk/patches/patch-ag
new file mode 100644
index 00000000000..85ab027b462
--- /dev/null
+++ b/comms/asterisk/patches/patch-ag
@@ -0,0 +1,19 @@
+$NetBSD: patch-ag,v 1.1 2005/05/24 14:29:06 riz Exp $
+--- codecs/lpc10/Makefile.orig 2005-05-23 20:31:37.000000000 -0700
++++ codecs/lpc10/Makefile 2005-05-23 20:32:34.000000000 -0700
+@@ -29,6 +29,7 @@
+ ifneq ($(OSARCH),Darwin)
+ ifneq ($(findstring BSD,${OSARCH}),BSD)
+ ifneq ($(PROC),ppc)
++ifneq ($(PROC),powerpc)
+ ifneq ($(PROC),x86_64)
+ ifneq ($(PROC),alpha)
+ #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
+@@ -46,6 +47,7 @@
+ endif
+ endif
+ endif
++endif
+
+ LIB = $(LIB_TARGET_DIR)/liblpc10.a
+