From: nbd Date: Fri, 6 Feb 2009 00:12:20 +0000 (+0000) Subject: fix asterisk 1.6.x compile on powerpc X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7bd4d93f31f3e056b3071a798ef42b22f90653b3;p=packages.git fix asterisk 1.6.x compile on powerpc git-svn-id: svn://svn.openwrt.org/openwrt/packages@14416 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/asterisk-1.6.x/patches/210-ppc_fix.patch b/net/asterisk-1.6.x/patches/210-ppc_fix.patch new file mode 100644 index 000000000..1fa746cb1 --- /dev/null +++ b/net/asterisk-1.6.x/patches/210-ppc_fix.patch @@ -0,0 +1,10 @@ +--- a/apps/app_festival.c ++++ b/apps/app_festival.c +@@ -120,6 +120,7 @@ + int res; + #ifdef __PPC__ + char c; ++ int x; + #endif + + res = ast_safe_fork(0);