pkgsrc/sysutils/dptutil/patches/patch-ap

13 lines
324 B
Text

$NetBSD: patch-ap,v 1.1 2003/12/09 19:41:26 ad Exp $
--- dptutil/flash.cpp.orig 2003-12-09 19:34:13.000000000 +0000
+++ dptutil/flash.cpp 2003-12-09 19:34:26.000000000 +0000
@@ -34,7 +34,7 @@
#include <fstream.h>
#if defined _DPT_WIN_NT
#include <strstrea.h>
-#else
+#elif __GNUC__ < 3
#include <strstream.h>
#endif