From 222f0ad12f50ba7dfda2e320f945a18852043ec3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 6 Feb 2009 00:12:45 +0000 Subject: [PATCH] merge r14416 to 8.09 SVN-Revision: 14417 --- net/asterisk-1.6.x/patches/210-ppc_fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/asterisk-1.6.x/patches/210-ppc_fix.patch 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); -- 2.30.2