Fix powerpc compilation errors with asterisk codecs (#1439)
authorFlorian Fainelli <florian@openwrt.org>
Thu, 8 Mar 2007 13:46:23 +0000 (13:46 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 8 Mar 2007 13:46:23 +0000 (13:46 +0000)
SVN-Revision: 6540

net/asterisk/patches/013-Makefile-codecs-gsm.patch

index ccdae5bfcb96f0fef7f7f5205f91e8ea2a1a1292..5bb8dd986b19475e814a3072bf89b611ab3e0f93 100644 (file)
@@ -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