$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
 
