diff options
Diffstat (limited to 'app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch')
-rw-r--r-- | app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch | 52 |
1 files changed, 46 insertions, 6 deletions
diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch index cc3cbd237f14..34cb78262572 100644 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch +++ b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch @@ -1,6 +1,25 @@ -diff -Naur speechd-0.3.vanilla/config/speechd.conf.in speechd-0.3/config/speechd.conf.in ---- speechd-0.3.vanilla/config/speechd.conf.in 2004-02-13 08:55:01.000000000 -0600 -+++ speechd-0.3/config/speechd.conf.in 2004-04-04 15:10:25.767924376 -0500 +diff -Naur speech-dispatcher-0.3.vanilla/config/Makefile.am speech-dispatcher-0.3/config/Makefile.am +--- speech-dispatcher-0.3.vanilla/config/Makefile.am 2003-10-07 16:52:00.000000000 +0000 ++++ speech-dispatcher-0.3/config/Makefile.am 2004-04-12 12:54:15.052250800 +0000 +@@ -2,11 +2,11 @@ + + SUBDIRS= modules clients + +-all-local: speechd.conf ++all-local: speech-dispatcher.conf + +-speechd.conf: speechd.conf.in +- sed -e s:INCLUDE_PATH:\"$(spdconfdir)\":g speechd.conf.in > speechd.conf ++speech-dispatcher.conf: speechd.conf.in ++ sed -e s:INCLUDE_PATH:\"$(spdconfdir)\":g speechd.conf.in > speech-dispatcher.conf + + +-spdconf_DATA= speechd.conf ++spdconf_DATA= speech-dispatcher.conf + EXTRA_DIST = speechd.conf.in +diff -Naur speech-dispatcher-0.3.vanilla/config/speechd.conf.in speech-dispatcher-0.3/config/speechd.conf.in +--- speech-dispatcher-0.3.vanilla/config/speechd.conf.in 2004-02-13 14:55:01.000000000 +0000 ++++ speech-dispatcher-0.3/config/speechd.conf.in 2004-04-12 12:41:04.108492000 +0000 @@ -28,7 +28,7 @@ # Specify "stdout" for standard console output # or a full path to some file which the log should be written to. @@ -17,9 +36,9 @@ diff -Naur speechd-0.3.vanilla/config/speechd.conf.in speechd-0.3/config/speechd -# Include "clients/emacs.conf" +Include "clients/emacs.conf" -diff -Naur speechd-0.3.vanilla/configure.in speechd-0.3/configure.in ---- speechd-0.3.vanilla/configure.in 2004-03-30 18:30:08.000000000 -0600 -+++ speechd-0.3/configure.in 2004-04-04 15:09:32.947954232 -0500 +diff -Naur speech-dispatcher-0.3.vanilla/configure.in speech-dispatcher-0.3/configure.in +--- speech-dispatcher-0.3.vanilla/configure.in 2004-03-31 00:30:08.000000000 +0000 ++++ speech-dispatcher-0.3/configure.in 2004-04-12 12:41:04.111492000 +0000 @@ -50,7 +50,7 @@ AC_SUBST(spdconfdir) snddatadir="$datadir/sounds/speech-dispatcher/" @@ -29,3 +48,24 @@ diff -Naur speechd-0.3.vanilla/configure.in speechd-0.3/configure.in AC_SUBST(modulebindir) moduleconfdir="$sysconfdir/speech-dispatcher/modules/" AC_SUBST(moduleconfdir) +diff -Naur speech-dispatcher-0.3.vanilla/src/server/speechd.c speech-dispatcher-0.3/src/server/speechd.c +--- speech-dispatcher-0.3.vanilla/src/server/speechd.c 2004-03-31 00:33:52.000000000 +0000 ++++ speech-dispatcher-0.3/src/server/speechd.c 2004-04-12 12:45:41.593308424 +0000 +@@ -356,7 +356,7 @@ + { + int START_NUM_FD = 16; + configfile_t *configfile = NULL; +- char *configfilename = SYS_CONF"/speechd.conf" ; ++ char *configfilename = SYS_CONF"/speech-dispatcher.conf" ; + int ret; + char *p; + int i; +@@ -449,7 +449,7 @@ + void + speechd_load_configuration(int sig) + { +- char *configfilename = SYS_CONF"/speechd.conf"; ++ char *configfilename = SYS_CONF"/speech-dispatcher.conf"; + configfile_t *configfile = NULL; + + /* Clean previous configuration */ |