summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-bt
blob: 49811c10ca8159ac6bed3ee1a4fe0b65873d81d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-bt,v 1.3 2007/05/22 12:17:49 spz Exp $

--- src/RtConfig/command.y.orig	2004-07-30 12:58:11.000000000 +0200
+++ src/RtConfig/command.y
@@ -56,7 +56,11 @@
 
 #include "config.h"
 
+#if (__GNUC__ > 2)
 #include <ostream>
+#else
+#include <ostream.h>
+#endif
 #include <cstring>
 #include <cstdlib>
 #include <cctype>