summaryrefslogtreecommitdiff
path: root/festival-2.5.0-use-system-libs.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 02:45:38 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 02:45:38 +0000
commit5e0128e3a15237fa5a90f047e0b853b4ccb1d927 (patch)
tree1c8f9059d0d34b0074596f6b3c2da8dab84ec5d0 /festival-2.5.0-use-system-libs.patch
parentc3f3585267f72693791e6db2b9cb245e4918292b (diff)
automatic import of festivalopeneuler24.03_LTS
Diffstat (limited to 'festival-2.5.0-use-system-libs.patch')
-rw-r--r--festival-2.5.0-use-system-libs.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/festival-2.5.0-use-system-libs.patch b/festival-2.5.0-use-system-libs.patch
new file mode 100644
index 0000000..0bd929d
--- /dev/null
+++ b/festival-2.5.0-use-system-libs.patch
@@ -0,0 +1,16 @@
+diff -u --recursive festival-vanilla/config/project.mak festival/config/project.mak
+--- festival-vanilla/config/project.mak 2017-12-25 10:05:54.000000000 -0500
++++ festival/config/project.mak 2018-08-29 21:30:11.714031729 -0400
+@@ -86,9 +86,9 @@
+ # Libraries used from other projects
+
+ REQUIRED_LIBRARIES = estools estbase eststring
+-REQUIRED_LIBRARY_DIR_estools = $(EST)/lib
+-REQUIRED_LIBRARY_DIR_estbase = $(EST)/lib
+-REQUIRED_LIBRARY_DIR_eststring = $(EST)/lib
++REQUIRED_LIBRARY_DIR_estools = $(LIBDIR)
++REQUIRED_LIBRARY_DIR_estbase = $(LIBDIR)
++REQUIRED_LIBRARY_DIR_eststring = $(LIBDIR)
+
+ REQUIRED_MAKE_INCLUDE = $(EST)/make.include
+