summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-11-01 18:14:04 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-11-01 18:14:04 +0000
commit27f47d7f9b91503cf66993336d89ebd8904e4285 (patch)
treeb18114d48dc3b8f94aedcb0858bcb8e47eb86ffc /app-accessibility/SphinxTrain/files
parentStable on amd64, bug #284607 (diff)
downloadhistorical-27f47d7f9b91503cf66993336d89ebd8904e4285.tar.gz
historical-27f47d7f9b91503cf66993336d89ebd8904e4285.tar.bz2
historical-27f47d7f9b91503cf66993336d89ebd8904e4285.zip
app-accessibility/at-poke removal (pending 2009-10-16), see bug #279304 for reference.
Diffstat (limited to 'app-accessibility/SphinxTrain/files')
-rw-r--r--app-accessibility/SphinxTrain/files/gcc.patch34
-rw-r--r--app-accessibility/SphinxTrain/files/gcc34.patch11
2 files changed, 0 insertions, 45 deletions
diff --git a/app-accessibility/SphinxTrain/files/gcc.patch b/app-accessibility/SphinxTrain/files/gcc.patch
deleted file mode 100644
index e3c51275f910..000000000000
--- a/app-accessibility/SphinxTrain/files/gcc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- src/programs/count_3phone/wrec.h.orig 2003-09-28 18:51:49.000000000 +0900
-+++ src/programs/count_3phone/wrec.h 2003-09-28 18:52:23.000000000 +0900
-@@ -44,7 +44,7 @@
- #define WREC_H
-
- #include "phrec.h"
--#include <varargs.h>
-+#include <stdarg.h>
-
- int quit (int status, char *fmt, ...);
-
---- src/programs/count_3phone/quit.c.orig 2003-09-28 19:12:56.000000000 +0900
-+++ src/programs/count_3phone/quit.c 2003-09-28 19:13:12.000000000 +0900
-@@ -74,17 +74,14 @@
-
- #include <stdio.h>
- #include <stdlib.h>
--#include <varargs.h>
-+#include <stdarg.h>
-
--int quit (status,fmt,va_alist)
-- int status;
-- char *fmt;
-- va_dcl
-+int quit (int status,char *fmt,...)
- {
- va_list args;
-
- fflush(stdout);
-- va_start(args);
-+ va_start(args, fmt);
- (void) vfprintf(stderr, fmt, args);
- va_end(args);
- exit(status);
diff --git a/app-accessibility/SphinxTrain/files/gcc34.patch b/app-accessibility/SphinxTrain/files/gcc34.patch
deleted file mode 100644
index 124aa993edc9..000000000000
--- a/app-accessibility/SphinxTrain/files/gcc34.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- SphinxTrain/src/programs/count_3phone/phone_word_io.c~ 2001-04-05 16:00:33.000000000 -0400
-+++ SphinxTrain/src/programs/count_3phone/phone_word_io.c 2005-05-01 12:48:42.000000000 -0400
-@@ -71,7 +71,7 @@
- #ifdef __alpha
- void *malloc();
- #else
--char *malloc();
-+//char *malloc();
- #endif
-
- extern int Num_Phones, Num_Words;