]> git.pld-linux.org Git - packages/espeak.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Oct 2006 08:59:34 +0000 (08:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speak-sys_includes.patch -> 1.3

speak-sys_includes.patch [deleted file]

diff --git a/speak-sys_includes.patch b/speak-sys_includes.patch
deleted file mode 100644 (file)
index fca392d..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-diff -Nur o.speak-1.14-source/src/speak.cpp n.speak-1.14-source/src/speak.cpp
---- o.speak-1.14-source/src/speak.cpp  2006-09-22 19:17:56.000000000 +0200
-+++ n.speak-1.14-source/src/speak.cpp  2006-09-23 21:32:27.000000000 +0200
-@@ -27,7 +27,7 @@
- #include <time.h>
- #include <signal.h>
- #include <locale.h>
--#include "sys/stat.h"
-+#include <sys/stat.h>
- #include "speech.h"
- #include "voice.h"
-diff -Nur o.speak-1.14-source/src/speak_lib.cpp n.speak-1.14-source/src/speak_lib.cpp
---- o.speak-1.14-source/src/speak_lib.cpp      2006-09-16 03:59:29.000000000 +0200
-+++ n.speak-1.14-source/src/speak_lib.cpp      2006-09-23 21:33:35.000000000 +0200
-@@ -19,14 +19,14 @@
-  ***************************************************************************/
--#include "stdio.h"
--#include "ctype.h"
--#include "string.h"
--#include "stdlib.h"
--#include "wchar.h"
--#include "locale.h"
-+#include <stdio.h>
-+#include <ctype.h>
-+#include <string.h>
-+#include <stdlib.h>
-+#include <wchar.h>
-+#include <locale.h>
--#include "sys/stat.h"
-+#include <sys/stat.h>
- #ifndef __WIN32__
- #include <unistd.h>
- #endif
-diff -Nur o.speak-1.14-source/src/voices.cpp n.speak-1.14-source/src/voices.cpp
---- o.speak-1.14-source/src/voices.cpp 2006-09-21 20:00:42.000000000 +0200
-+++ n.speak-1.14-source/src/voices.cpp 2006-09-23 21:34:46.000000000 +0200
-@@ -18,15 +18,15 @@
-  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
-  ***************************************************************************/
--#include "stdio.h"
--#include "ctype.h"
--#include "wctype.h"
--#include "string.h"
--#include "stdlib.h"
--#include "speech.h"
-+#include <stdio.h>
-+#include <ctype.h>
-+#include <wctype.h>
-+#include <string.h>
-+#include <stdlib.h>
-+#include <speech.h>
- #ifndef PLATFORM_RISCOS
--#include "dirent.h"
-+#include <dirent.h>
- #endif
- #include "voice.h"
-diff -Nur o.speak-1.14-source/src/wavegen.cpp n.speak-1.14-source/src/wavegen.cpp
---- o.speak-1.14-source/src/wavegen.cpp        2006-09-21 20:00:42.000000000 +0200
-+++ n.speak-1.14-source/src/wavegen.cpp        2006-09-23 21:35:11.000000000 +0200
-@@ -33,7 +33,7 @@
- #include "synthesize.h"
- #ifdef USE_PORTAUDIO
--#include "portaudio.h"
-+#include <portaudio.h>
- #undef USE_PORTAUDIO
- // determine portaudio version by looking for a #define which is not in V18
- #ifdef paNeverDropInput
This page took 0.07706 seconds and 4 git commands to generate.