summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-ag
blob: 8413f5058785fc1b69644c6ba35f44833e5370d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ag,v 1.2 2006/04/13 08:47:06 adam Exp $

--- codecs/lpc10/Makefile.orig	2005-11-29 19:24:39.000000000 +0100
+++ codecs/lpc10/Makefile
@@ -32,6 +32,7 @@ endif
 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.
@@ -53,6 +54,7 @@ endif
 endif
 endif
 endif
+endif
 
 LIB = $(LIB_TARGET_DIR)/liblpc10.a