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

11 lines
155 B
Diff
Raw Normal View History

--- 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);