pkgsrc-wip/xevil/patches/patch-ai
Soren Jacobsen a69a50c93b Make compile with gcc3. Change strstream.h to strstream and add "using
namespace std;" patch-am stolen from FreeBSD.
2003-11-28 04:13:24 +00:00

17 lines
374 B
Text

$NetBSD: patch-ai,v 1.1 2003/11/28 04:13:25 blef Exp $
--- cmn/xetp.cpp.orig 2000-01-19 12:54:30.000000000 -0800
+++ cmn/xetp.cpp 2003-11-22 11:24:52.000000000 -0800
@@ -29,9 +29,10 @@
#include "stdafx.h"
-#include <iostream.h>
+#include <iostream>
#if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
#endif
#if WIN32
#include <strstrea.h>