From 476249502d1ffc8ceefa244adfede72a314dfd96 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 10 Oct 2005 13:49:41 +0000 Subject: Reorder includes to workaround a bug in sys/socket.h on DragonFly. --- audio/gnome-speech/distinfo | 4 ++-- audio/gnome-speech/patches/patch-aa | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'audio/gnome-speech') 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 + #include +#include +#include - #include - #include ++#include #include + #include + #include @@ -591,9 +593,9 @@ get_voice_list (void) static void voice_list_free (GSList *l) -- cgit v1.2.3