openbsd-ports/audio/espeak/patches/patch-src_speech_h
2013-04-17 15:51:53 +00:00

13 lines
443 B
Plaintext
Executable File

$OpenBSD: patch-src_speech_h,v 1.6 2013/04/17 15:51:53 ajacoutot Exp $
--- src/speech.h.orig Thu Mar 21 13:38:16 2013
+++ src/speech.h Wed Mar 27 16:09:29 2013
@@ -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 "${PREFIX}/share/espeak-data"
#endif
typedef unsigned short USHORT;