summaryrefslogtreecommitdiff
path: root/audio/espeak/files/patch-src__speech.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/espeak/files/patch-src__speech.h')
-rw-r--r--audio/espeak/files/patch-src__speech.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/espeak/files/patch-src__speech.h b/audio/espeak/files/patch-src__speech.h
deleted file mode 100644
index 8949bfc66fef..000000000000
--- a/audio/espeak/files/patch-src__speech.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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;