summaryrefslogtreecommitdiff
path: root/audio/gnome-speech/patches/patch-drivers_viavoice_viavoicespeaker_c
blob: d52f15c94428c36a13176ad3be84ca0ff02f687e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-drivers_viavoice_viavoicespeaker_c,v 1.1 2012/05/06 19:49:37 dholland Exp $

Fix build with latest glib2.

--- drivers/viavoice/viavoicespeaker.c~	2008-12-10 13:36:00.000000000 +0000
+++ drivers/viavoice/viavoicespeaker.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 "viavoicesynthesisdriver.h"
 #include "viavoicespeaker.h"