pkgsrc-ng/audio/gnome-speech/patches/patch-drivers_viavoice_viavoicesynthesisdriver_h
2013-09-26 17:14:40 +02:00

16 lines
490 B
Plaintext

$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"