aboutsummaryrefslogtreecommitdiff
path: root/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c')
-rw-r--r--accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c b/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c
deleted file mode 100644
index 65dfeb2b361d..000000000000
--- a/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- drivers/festival/festivalsynthesisdriver.c.orig Tue Jan 11 14:48:51 2005
-+++ drivers/festival/festivalsynthesisdriver.c Tue Jan 11 14:50:22 2005
-@@ -33,6 +33,8 @@
- #include <stdlib.h>
- #include <libbonobo.h>
- #include <netdb.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include "festivalsynthesisdriver.h"
- #include "festivalspeaker.h"
-
-@@ -591,8 +593,8 @@
- static void
- voice_list_free (GSList *l)
- {
-- g_assert (l);
- GSList *tmp = l;
-+ g_assert (l);
-
- while (tmp)
- {