summaryrefslogtreecommitdiff
path: root/graphics/ivtools/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ivtools/patches/patch-aq')
-rw-r--r--graphics/ivtools/patches/patch-aq22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/ivtools/patches/patch-aq b/graphics/ivtools/patches/patch-aq
new file mode 100644
index 00000000000..1f68d08e965
--- /dev/null
+++ b/graphics/ivtools/patches/patch-aq
@@ -0,0 +1,22 @@
+$NetBSD: patch-aq,v 1.1 2003/11/18 21:09:18 markd Exp $
+
+--- src/ComUnidraw/comeditor.c.orig 2003-10-23 07:14:06.000000000 +1300
++++ src/ComUnidraw/comeditor.c
+@@ -58,7 +58,7 @@
+
+ #include <Attribute/attrlist.h>
+
+-#include <strstream.h>
++#include <strstream>
+ #include <string.h>
+
+ /*****************************************************************************/
+@@ -231,7 +231,7 @@ void ComEditor::AddCommands(ComTerp* com
+ if(!whiteboard())
+ OverlayEditor::ExecuteCmd(cmd);
+ else {
+- ostrstream sbuf;
++ std::ostrstream sbuf;
+ boolean oldflag = OverlayScript::ptlist_parens();
+ OverlayScript::ptlist_parens(false);
+ switch (cmd->GetClassId()) {