openbsd-ports/audio/speech-dispatcher/patches/patch-src_modules_espeak_c
ajacoutot c89acaf493 Import speech-dispatcher-0.7.1.
The Speech Dispatcher project provides a high-level device independent
layer for access to speech synthesis through a simple, stable and well
documented interface.
<...>

ok jasper@
2011-10-20 11:28:27 +00:00

13 lines
376 B
Plaintext

$OpenBSD: patch-src_modules_espeak_c,v 1.1.1.1 2011/10/20 11:28:38 ajacoutot Exp $
--- src/modules/espeak.c.orig Thu Oct 20 10:53:31 2011
+++ src/modules/espeak.c Thu Oct 20 10:53:42 2011
@@ -32,7 +32,7 @@
#include <glib.h>
/* espeak header file */
-#include <espeak/speak_lib.h>
+#include <speak_lib.h>
#ifndef ESPEAK_API_REVISION
#define ESPEAK_API_REVISION 1
#endif