summaryrefslogtreecommitdiff
path: root/audio/festival/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festival/patches/patch-ao')
-rw-r--r--audio/festival/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/festival/patches/patch-ao b/audio/festival/patches/patch-ao
new file mode 100644
index 00000000000..a39085f3178
--- /dev/null
+++ b/audio/festival/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.1 2004/09/13 09:05:25 agc Exp $
+
+--- speech_tools/include/EST_iostream.h 2004/01/05 10:37:27 1.1
++++ speech_tools/include/EST_iostream.h 2004/01/05 10:37:38
+@@ -51,7 +51,7 @@
+ # include <strstrea.h>
+ #elif defined(SYSTEM_IS_UNIX)
+ # include <iostream.h>
+-# include <strstream.h>
++# include <sstream>
+ #elif defined(SYSTEM_IS_WIN32)
+ # include "win32/EST_iostream_win32.h"
+ # include <strstrea.h>