Files
festival/speech_tools-remove-errneous-decl.patch
Yasuhiko Kamata 53b9dbb245 Accepting request 812124 from home:belphegor_belbel:KDE3
- Added speech_tools-remove-errneous-decl.patch to fix build error
  at Tumbleweed (Thanks to github's commit:
  https://github.com/festvox/speech_tools/pull/21).

OBS-URL: https://build.opensuse.org/request/show/812124
OBS-URL: https://build.opensuse.org/package/show/KDE:KDE3/festival?expand=0&rev=21
2020-06-06 23:43:01 +00:00

12 lines
661 B
Diff

diff -Naru speech_tools_orig/siod/editline.c speech_tools/siod/editline.c
--- speech_tools_orig/siod/editline.c 2017-09-04 15:54:03.000000000 +0000
+++ speech_tools/siod/editline.c 2020-06-06 22:56:15.649329092 +0000
@@ -73,7 +73,6 @@
/* modified by awb to allow specifcation of history size at run time */
/* (though only once) */
int editline_histsize=256;
-char *editline_history_file;
/* If this is defined it'll be called for completion first, before the */
/* internal file name completion will be */
EL_USER_COMPLETION_FUNCTION_TYPE*el_user_completion_function = NULL;