summaryrefslogtreecommitdiff
path: root/graphics/ivtools/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ivtools/patches/patch-ai')
-rw-r--r--graphics/ivtools/patches/patch-ai22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/ivtools/patches/patch-ai b/graphics/ivtools/patches/patch-ai
deleted file mode 100644
index 55410656cff..00000000000
--- a/graphics/ivtools/patches/patch-ai
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2003/11/18 21:09:18 markd Exp $
-
---- src/AttrGlyph/attredit.c.orig 2003-10-23 07:13:40.000000000 +1300
-+++ src/AttrGlyph/attredit.c
-@@ -41,7 +41,7 @@
-
- #include <IVGlyph/textedit.h>
-
--#include <strstream.h>
-+#include <strstream>
- #include <string.h>
- #if __GNUC__==2 && __GNUC_MINOR__<=7
- #else
-@@ -139,7 +139,7 @@ void AttributeListEditor::update_text(bo
- #else
- vbuf.push_back(' ');
- #endif
-- strstream valstr;
-+ std::strstream valstr;
- valstr << *attr->Value() << '\0';
- const char* val = valstr.str();
- int vallen = val ? strlen(val) : 0;