diff options
Diffstat (limited to 'audio/gnome-speech/patches/patch-drivers_espeak_espeakspeaker_c')
-rw-r--r-- | audio/gnome-speech/patches/patch-drivers_espeak_espeakspeaker_c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gnome-speech/patches/patch-drivers_espeak_espeakspeaker_c b/audio/gnome-speech/patches/patch-drivers_espeak_espeakspeaker_c new file mode 100644 index 00000000000..da92ab30ae4 --- /dev/null +++ b/audio/gnome-speech/patches/patch-drivers_espeak_espeakspeaker_c @@ -0,0 +1,15 @@ +$NetBSD: patch-drivers_espeak_espeakspeaker_c,v 1.1 2012/05/06 19:49:37 dholland Exp $ + +Fix build with latest glib2. + +--- drivers/espeak/espeakspeaker.c~ 2009-02-15 17:24:06.000000000 +0000 ++++ drivers/espeak/espeakspeaker.c +@@ -26,7 +26,7 @@ + #include <unistd.h> + #include <string.h> + #include <libbonobo.h> +-#include <glib/gmain.h> ++#include <glib.h> + #include <gnome-speech/gnome-speech.h> + #include <speak_lib.h> + #include "espeaksynthesisdriver.h" |