summaryrefslogtreecommitdiff
path: root/audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-06 19:49:36 +0000
committerdholland <dholland@pkgsrc.org>2012-05-06 19:49:36 +0000
commitc71a7e2cdc6a15d4dc595f67d614c82898a25b99 (patch)
treefb31c655cb50da87b8aea50d8a25bdbca6254a51 /audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h
parentb656cc7643386afd035322afeecb25fd54c49107 (diff)
downloadpkgsrc-c71a7e2cdc6a15d4dc595f67d614c82898a25b99.tar.gz
glib2 build fixes for gnome-speech-espeak.
Diffstat (limited to 'audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h')
-rw-r--r--audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h b/audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h
new file mode 100644
index 00000000000..203617b7146
--- /dev/null
+++ b/audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-drivers_viavoice_viavoicesynthesisdriver_h,v 1.1 2012/05/06 19:49:37 dholland Exp $
+
+Fix build with latest glib2.
+
+--- drivers/viavoice/viavoicesynthesisdriver.h~ 2008-12-10 13:36:00.000000000 +0000
++++ drivers/viavoice/viavoicesynthesisdriver.h
+@@ -30,7 +30,7 @@
+ #define __VIAVOICE_SYNTHESIS_DRIVER_H_
+
+ #include <bonobo/bonobo-object.h>
+-#include <glib/gthread.h>
++#include <glib.h>
+ #include <gnome-speech/gnome-speech.h>
+ #include <eci.h>
+ #include "viavoicespeaker.h"