openbsd-ports/audio/espeak/patches/patch-src_speech_h

13 lines
443 B
Plaintext
Raw Normal View History

2013-04-17 11:51:53 -04:00
$OpenBSD: patch-src_speech_h,v 1.6 2013/04/17 15:51:53 ajacoutot Exp $
2013-03-27 11:33:32 -04:00
--- 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;