From 359b713090fafce3c078f2f230fcd30c954a4afc Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 8 Mar 2007 13:46:23 +0000 Subject: [PATCH] Fix powerpc compilation errors with asterisk codecs (#1439) SVN-Revision: 6540 --- net/asterisk/patches/013-Makefile-codecs-gsm.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/asterisk/patches/013-Makefile-codecs-gsm.patch b/net/asterisk/patches/013-Makefile-codecs-gsm.patch index ccdae5bfcb..5bb8dd986b 100644 --- a/net/asterisk/patches/013-Makefile-codecs-gsm.patch +++ b/net/asterisk/patches/013-Makefile-codecs-gsm.patch @@ -7,7 +7,7 @@ +ifneq (${PROC},armeb) +ifneq (${PROC},mipsel) +ifneq (${PROC},mips) -+ifneq (${PROC},ppc) ++ifneq (${PROC},powerpc) ifneq ($(shell uname -m), parisc) ifneq ($(shell uname -m),s390) GSM_SOURCES+= $(SRC)/k6opt.s @@ -30,7 +30,7 @@ +ifneq (${PROC}, armeb) +ifneq (${PROC}, mipsel) +ifneq (${PROC}, mips) -+ifneq (${PROC}, ppc) ++ifneq (${PROC}, powerpc) ifneq ($(shell uname -m), parisc) ifneq ($(shell uname -m),s390) GSM_OBJECTS+= $(SRC)/k6opt.o -- 2.30.2