freebsd-ports/audio/espeak/files/patch-src_speech.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
342 B
C

--- src/speech.h.orig 2014-03-04 16:47:15 UTC
+++ src/speech.h
@@ -58,7 +58,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;