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

16 lines
453 B
Plaintext

$NetBSD: patch-drivers_loquendo_loquendosynthesisdriver_c,v 1.1 2012/05/06 19:49:37 dholland Exp $
Fix build with latest glib2.
--- drivers/loquendo/loquendosynthesisdriver.c~ 2008-12-10 13:36:00.000000000 +0000
+++ drivers/loquendo/loquendosynthesisdriver.c
@@ -23,7 +23,7 @@
*/
#include <libbonobo.h>
-#include <glib/gmain.h>
+#include <glib.h>
#include <loqtts.h>
#include <gnome-speech/gnome-speech.h>
#include "loquendosynthesisdriver.h"