summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-bv
blob: 11187d88a475a82238ab9b97365038251bde3536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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>