pkgsrc/net/irrtoolset-nox11/patches/patch-bv

17 lines
338 B
Text
Raw Normal View History

$NetBSD: patch-bv,v 1.1 2005/03/06 11:40:21 spz Exp $
--- src/RtConfig/command.y.cc.orig 2004-07-30 12:58:11.000000000 +0200
+++ src/RtConfig/command.y.cc
@@ -114,7 +114,11 @@
#include "config.h"
+#if (__GNUC__ > 2)
#include <ostream>
+#else
+#include <ostream.h>
+#endif
#include <cstring>
#include <cstdlib>
#include <cctype>