[packages] asterisk-1.6.x: remove obsolete ppc fix (closes: #7069)
authorNicolas Thill <nico@openwrt.org>
Sun, 4 Apr 2010 15:42:42 +0000 (15:42 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 4 Apr 2010 15:42:42 +0000 (15:42 +0000)
SVN-Revision: 20702

net/asterisk-1.6.x/patches/210-ppc_fix.patch [deleted file]

diff --git a/net/asterisk-1.6.x/patches/210-ppc_fix.patch b/net/asterisk-1.6.x/patches/210-ppc_fix.patch
deleted file mode 100644 (file)
index fb77b67..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-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);