diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
commit | bab74078a9840cb4e1407279f9c4809ecc61386e (patch) | |
tree | 9f05d5fdc8471f95e066a28da1b1201dcd87a6bc /audio/festival/files/patch-ae | |
parent | Update to 20000915. (diff) |
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
Diffstat (limited to 'audio/festival/files/patch-ae')
-rw-r--r-- | audio/festival/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/festival/files/patch-ae b/audio/festival/files/patch-ae new file mode 100644 index 000000000000..ac4d747da708 --- /dev/null +++ b/audio/festival/files/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.2 1999/10/11 14:13:49 proff Exp $ + +--- speech_tools/include/EST_unix.h Sun May 30 20:53:04 1999 ++++ speech_tools/include/EST_unix.h Mon Oct 11 05:40:15 1999 +@@ -53,6 +53,7 @@ + # include <sys/wait.h> + # include <sys/resource.h> + # include <dirent.h> ++# define unix 1 + #elif defined(SYSTEM_IS_WIN32) + # include <io.h> + # include "win32/EST_unix_win32.h" |