summaryrefslogtreecommitdiff
path: root/audio/gnome-speech/patches/patch-drivers_eloquence_eloquencesynthesisdriver_c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnome-speech/patches/patch-drivers_eloquence_eloquencesynthesisdriver_c')
-rw-r--r--audio/gnome-speech/patches/patch-drivers_eloquence_eloquencesynthesisdriver_c15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gnome-speech/patches/patch-drivers_eloquence_eloquencesynthesisdriver_c b/audio/gnome-speech/patches/patch-drivers_eloquence_eloquencesynthesisdriver_c
new file mode 100644
index 00000000000..7e0a2901a20
--- /dev/null
+++ b/audio/gnome-speech/patches/patch-drivers_eloquence_eloquencesynthesisdriver_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-drivers_eloquence_eloquencesynthesisdriver_c,v 1.1 2012/05/06 19:49:37 dholland Exp $
+
+Fix build with latest glib2.
+
+--- drivers/eloquence/eloquencesynthesisdriver.c~ 2008-12-10 13:36:00.000000000 +0000
++++ drivers/eloquence/eloquencesynthesisdriver.c
+@@ -24,7 +24,7 @@
+ */
+
+ #include <libbonobo.h>
+-#include <glib/gmain.h>
++#include <glib.h>
+ #include <gnome-speech/gnome-speech.h>
+ #include "eloquencesynthesisdriver.h"
+ #include "eloquencespeaker.h"