mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
$NetBSD: patch-drivers_espeak_espeaksynthesisdriver_c,v 1.1 2012/05/06 19:49:37 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- drivers/espeak/espeaksynthesisdriver.c~ 2008-12-10 13:36:00.000000000 +0000
|
|
+++ drivers/espeak/espeaksynthesisdriver.c
|
|
@@ -28,7 +28,6 @@
|
|
#include <stdlib.h>
|
|
#include <libbonobo.h>
|
|
#include <glib.h>
|
|
-#include <glib/gmain.h>
|
|
#include <speak_lib.h>
|
|
#include <gnome-speech/gnome-speech.h>
|
|
#include "espeaksynthesisdriver.h"
|