summaryrefslogtreecommitdiff
path: root/audio/gnome-speech
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-10 13:49:41 +0000
committerjoerg <joerg>2005-10-10 13:49:41 +0000
commit476249502d1ffc8ceefa244adfede72a314dfd96 (patch)
tree6551abdae28881d32bfcb1b277ec8f9672ba77a5 /audio/gnome-speech
parent99d5b81aab99bcaecdd43394fea2a43e65888bce (diff)
downloadpkgsrc-476249502d1ffc8ceefa244adfede72a314dfd96.tar.gz
Reorder includes to workaround a bug in sys/socket.h on DragonFly.
Diffstat (limited to 'audio/gnome-speech')
-rw-r--r--audio/gnome-speech/distinfo4
-rw-r--r--audio/gnome-speech/patches/patch-aa11
2 files changed, 9 insertions, 6 deletions
diff --git a/audio/gnome-speech/distinfo b/audio/gnome-speech/distinfo
index e59a0688494..4b5f50b01f8 100644
--- a/audio/gnome-speech/distinfo
+++ b/audio/gnome-speech/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2005/08/21 11:31:50 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2005/10/10 13:49:41 joerg Exp $
SHA1 (gnome-speech-0.3.7.tar.bz2) = 479512820fdb57fa949a92a1f904d844c7862a6b
RMD160 (gnome-speech-0.3.7.tar.bz2) = d7f3f4e5dc3978d131f70a729e420439da09fb04
Size (gnome-speech-0.3.7.tar.bz2) = 275371 bytes
-SHA1 (patch-aa) = 001b23c1aac93e17d1885353b4eb6d3d7c3db6cb
+SHA1 (patch-aa) = a7b8684ca404c3a9ff9f0f7ae4fe5c584db92fbb
diff --git a/audio/gnome-speech/patches/patch-aa b/audio/gnome-speech/patches/patch-aa
index c1d3231de88..cc9fbda8627 100644
--- a/audio/gnome-speech/patches/patch-aa
+++ b/audio/gnome-speech/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2005/03/11 21:24:49 rillig Exp $
+$NetBSD: patch-aa,v 1.3 2005/10/10 13:49:41 joerg Exp $
Added some necessary header files.
Don't put statements above declarations (gcc-2.95 is not a C99 compiler).
@@ -7,15 +7,18 @@ Needed for NetBSD-1.6.2.
--- drivers/festival/festivalsynthesisdriver.c.orig Tue Mar 8 14:10:23 2005
+++ drivers/festival/festivalsynthesisdriver.c Fri Mar 11 09:47:37 2005
-@@ -25,6 +25,8 @@
+@@ -25,8 +25,10 @@
*
*/
+-#include <string.h>
+ #include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
- #include <string.h>
- #include <sys/types.h>
++#include <string.h>
#include <sys/wait.h>
+ #include <signal.h>
+ #include <unistd.h>
@@ -591,9 +593,9 @@ get_voice_list (void)
static void
voice_list_free (GSList *l)