diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:59:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:59:27 +0000 |
commit | 98166ce908013453d6e2fb78596d458e91b5d622 (patch) | |
tree | 1c8f9059d0d34b0074596f6b3c2da8dab84ec5d0 /festival-2.5.0-use-system-speech-tools.patch | |
parent | 9827d1a457cdc959b061aecda47753a5d38455bf (diff) |
automatic import of festivalopeneuler24.03_LTS
Diffstat (limited to 'festival-2.5.0-use-system-speech-tools.patch')
-rw-r--r-- | festival-2.5.0-use-system-speech-tools.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/festival-2.5.0-use-system-speech-tools.patch b/festival-2.5.0-use-system-speech-tools.patch new file mode 100644 index 0000000..ff66813 --- /dev/null +++ b/festival-2.5.0-use-system-speech-tools.patch @@ -0,0 +1,17 @@ +diff -u --recursive festival-vanilla/config/config.in festival/config/config.in +--- festival-vanilla/config/config.in 2018-08-29 21:19:10.570829790 -0400 ++++ festival/config/config.in 2018-08-29 21:19:57.329977377 -0400 +@@ -10,7 +10,12 @@ + ########################################################################### + ## Which speech tools to use + +-EST=$(TOP)/../speech_tools ++ARCH := $(shell uname -p) ++ifeq ($(ARCH),$(filter $(ARCH),x86_64 s390x ppc64le aarch64)) ++EST=/usr/lib64/speech_tools ++else ++EST=/usr/lib/speech_tools ++endif + + ########################################################################### + ## Where the festival tree will be installed. |