summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-ag
blob: 85ab027b462f55f3935d169ca247ee5a792d4b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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