2009-04-16 12:39:17 -04:00
|
|
|
$OpenBSD: patch-src_speech_h,v 1.3 2009/04/16 16:39:17 ajacoutot Exp $
|
2008-10-26 15:42:11 -04:00
|
|
|
|
|
|
|
- Don't define USE_ASYNC, this required sem_timedwait() to be present.
|
|
|
|
|
2009-04-16 12:39:17 -04:00
|
|
|
--- src/speech.h.orig Thu Apr 16 18:19:43 2009
|
|
|
|
+++ src/speech.h Thu Apr 16 18:20:03 2009
|
|
|
|
@@ -49,7 +49,7 @@
|
2008-10-26 15:42:11 -04:00
|
|
|
|
|
|
|
// will look for espeak_data directory here, and also in user's home directory
|
|
|
|
#ifndef PATH_ESPEAK_DATA
|
|
|
|
- #define PATH_ESPEAK_DATA "/usr/share/espeak-data"
|
|
|
|
+ #define PATH_ESPEAK_DATA "${PREFIX}/share/espeak-data"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
typedef unsigned short USHORT;
|