1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/espeak/files/patch-src__speech.h
Nicola Vitale a5dec4c3a1 - Update to 1.45.02
- Remove MD5 checksum from distinfo
2011-03-18 09:41:25 +00:00

12 lines
394 B
C

--- ./src/speech.h.orig 2011-03-15 15:01:33.000000000 +0100
+++ ./src/speech.h 2011-03-18 10:12:28.000000000 +0100
@@ -57,7 +57,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;