From 04485e323b795d999c8313d818f44f07aae0556c Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 28 Apr 2020 20:02:42 +0200 Subject: Add `speech-tools` and `festival` ebuilds. Signed-off-by: Chris --- .../files/speech-tools-2.5-all-etcpath.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-accessibility/speech-tools/files/speech-tools-2.5-all-etcpath.patch (limited to 'app-accessibility/speech-tools/files/speech-tools-2.5-all-etcpath.patch') diff --git a/app-accessibility/speech-tools/files/speech-tools-2.5-all-etcpath.patch b/app-accessibility/speech-tools/files/speech-tools-2.5-all-etcpath.patch new file mode 100644 index 00000000..1730d669 --- /dev/null +++ b/app-accessibility/speech-tools/files/speech-tools-2.5-all-etcpath.patch @@ -0,0 +1,18 @@ +diff -pur speech_tools-orig/main/siod_main.cc speech_tools/main/siod_main.cc +--- speech_tools-orig/main/siod_main.cc 2013-10-15 00:13:51.000000000 +0200 ++++ speech_tools/main/siod_main.cc 2018-03-14 07:55:28.652641361 +0100 +@@ -222,10 +222,10 @@ static void siod_lisp_vars(void) + cons(flocons(subminor),NIL)))); + + EST_Pathname etcdircommon = est_libdir; +- etcdircommon += "etc"; ++ etcdircommon += "etc/"; + +- EST_Pathname etcdir = etcdircommon; +- etcdir += est_ostype; ++ EST_Pathname etcdir = {{HORRIBLELIBARCHKLUDGE}}; ++ etcdir += "festival/etc/"; + + // Modify my PATH to include these directories + siod_set_lval("etc-path",cons(rintern(etcdir), +Only in speech_tools/main: siod_main.cc.orig -- cgit v1.2.1