[package] openldap, update to 2.4.19, package slapd, cleanup makefile
[openwrt/svn-archive/archive.git] / net / asterisk-1.6.x / patches / 210-ppc_fix.patch
1 diff -Nru asterisk-1.6.2.0-beta2.org/apps/app_festival.c asterisk-1.6.2.0-beta2/apps/app_festival.c
2 --- asterisk-1.6.2.0-beta2.org/apps/app_festival.c 2008-12-09 21:46:11.000000000 +0100
3 +++ asterisk-1.6.2.0-beta2/apps/app_festival.c 2009-06-04 19:41:05.000000000 +0200
4 @@ -129,6 +129,7 @@
5 int res;
6 #ifdef __PPC__
7 char c;
8 + int x;
9 #endif
10
11 res = ast_safe_fork(0);