packages/net/asterisk-1.6.x/patches/210-ppc_fix.patch

12 lines
373 B
Diff
Raw Normal View History

diff -Nru asterisk-1.6.2.0-beta2.org/apps/app_festival.c asterisk-1.6.2.0-beta2/apps/app_festival.c
--- asterisk-1.6.2.0-beta2.org/apps/app_festival.c 2008-12-09 21:46:11.000000000 +0100
+++ asterisk-1.6.2.0-beta2/apps/app_festival.c 2009-06-04 19:41:05.000000000 +0200
@@ -129,6 +129,7 @@
int res;
#ifdef __PPC__
char c;
+ int x;
#endif
res = ast_safe_fork(0);