freebsd-ports/audio/espeak/files/patch-src-speech.h
Nicola Vitale 94e076cadf - Updated to 1.19
- Added files/patch-src-speech.h
- Replaced do-install target with post-install

Approved by:	alexbl (mentor, implicit)
2007-01-27 00:44:33 +00:00

11 lines
368 B
C

--- src/speech.h Fri Jan 26 10:11:59 2007
+++ src/speech.h.port Sat Jan 27 00:46:28 2007
@@ -34,7 +34,7 @@
// 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 "%%DATADIR%%/espeak-data"
#endif
typedef unsigned short USHORT;