diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-30 11:22:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-30 11:22:34 +0800 |
commit | aa20bbcdbb8145f2f5293ca408d42bfb741ebf74 (patch) | |
tree | bc00df3718465016ad4ca39023668a33a3f43e86 /accessibility/gnome-speech/files | |
parent | 443d6bf6e9fd083e925dc865d6dae7388dbde6f4 (diff) | |
download | freebsd-ports-gnome-aa20bbcdbb8145f2f5293ca408d42bfb741ebf74.tar.gz freebsd-ports-gnome-aa20bbcdbb8145f2f5293ca408d42bfb741ebf74.tar.zst freebsd-ports-gnome-aa20bbcdbb8145f2f5293ca408d42bfb741ebf74.zip |
Update to 0.3.8.
Diffstat (limited to 'accessibility/gnome-speech/files')
-rw-r--r-- | accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c b/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c index 65dfeb2b361d..8f491e7f46f6 100644 --- a/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c +++ b/accessibility/gnome-speech/files/patch-drivers_festival_festivalsynthesisdriver.c @@ -1,21 +1,10 @@ ---- 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 @@ +--- drivers/festival/festivalsynthesisdriver.c.orig Thu Sep 29 23:19:28 2005 ++++ drivers/festival/festivalsynthesisdriver.c Thu Sep 29 23:19:41 2005 +@@ -32,6 +32,7 @@ + #include <unistd.h> #include <stdlib.h> + #include <sys/socket.h> ++#include <netinet/in.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) - { |