Copy from home:xwhu:Factory/stardict via accept of submit request 30767 revision 8. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/30767 OBS-URL: https://build.opensuse.org/package/show/Education/stardict?expand=0&rev=4
23 lines
846 B
Diff
23 lines
846 B
Diff
Index: stardict-3.0.1/configure.in
|
|
===================================================================
|
|
--- stardict-3.0.1.orig/configure.in
|
|
+++ stardict-3.0.1/configure.in
|
|
@@ -122,7 +122,7 @@ AC_ARG_ENABLE([festival],
|
|
|
|
if test "x$enable_festival" = "xyes" ; then
|
|
AC_MSG_CHECKING([festival.h])
|
|
- AC_FIND_FILE("festival/festival.h", [/usr/include], festivaldir)
|
|
+ AC_FIND_FILE("festival.h", [/usr/include], festivaldir)
|
|
if test $festivaldir = NO
|
|
then
|
|
AC_MSG_RESULT(not found)
|
|
@@ -130,7 +130,7 @@ if test "x$enable_festival" = "xyes" ; t
|
|
else
|
|
AC_MSG_RESULT(yes)
|
|
FESTIVAL_LIBS="-lFestival -lestools -lestbase -leststring"
|
|
- FESTIVAL_CFLAGS="-I/usr/include/speech-tools/EST -ffriend-injection -Wno-deprecated"
|
|
+ FESTIVAL_CFLAGS="-ffriend-injection -Wno-deprecated"
|
|
FESTIVAL_PLUGIN_DIR="stardict-festival-tts-plugin"
|
|
fi
|
|
else
|