]> git.pld-linux.org Git - packages/espeak.git/blobdiff - espeak-ac_am.patch
- up to 1.17
[packages/espeak.git] / espeak-ac_am.patch
index 8434e935b1cc4e42a98f710bfb8980cc5e35f214..91e53a9b23c4904a17091f60cbb359e9c31101dd 100644 (file)
@@ -15,7 +15,7 @@ diff -Nur o.speak-1.14-source/configure.ac n.speak-1.14-source/configure.ac
 +# Process this file with autoconf to produce a configure script.
 +
 +AC_PREREQ(2.59)
-+AC_INIT(espeak, 1.16, )
++AC_INIT(espeak, 1.17, )
 +AM_INIT_AUTOMAKE
 +AC_CONFIG_SRCDIR([src/speak.cpp])
 +AC_CONFIG_HEADER([config.h])
@@ -74,18 +74,16 @@ diff -Nur o.speak-1.14-source/src/Makefile.am n.speak-1.14-source/src/Makefile.a
 +libespeak_la_LDFLAGS = -version-info 2:16:1
 +
 +include_HEADERS = speak_lib.h
-diff -Nur o.speak-1.14-source/src/speech.h n.speak-1.14-source/src/speech.h
---- o.speak-1.14-source/src/speech.h   2006-09-21 20:00:41.000000000 +0200
-+++ n.speak-1.14-source/src/speech.h   2006-09-23 19:54:14.000000000 +0200
-@@ -36,7 +36,10 @@
+--- espeak-1.17-source/src/speech.h~   2006-11-19 14:47:14.000000000 +0100
++++ espeak-1.17-source/src/speech.h    2006-11-19 14:47:57.000000000 +0100
+@@ -36,8 +36,9 @@
  #endif
  
  // will look for espeak_data directory here, and also in user's home directory
 +#include "config.h"
-+#ifndef PATH_ESPEAK_DATA
- #define PATH_ESPEAK_DATA  "/usr/share/espeak-data"
-+#endif
+ #ifndef PATH_ESPEAK_DATA
+-   #define PATH_ESPEAK_DATA  "/usr/share/espeak-data"
++#define PATH_ESPEAK_DATA  "/usr/share/espeak-data"
+ #endif
  
  typedef unsigned short USHORT;
- typedef unsigned char  UCHAR;
-
This page took 0.071562 seconds and 4 git commands to generate.