diff options
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-bj')
-rw-r--r-- | net/irrtoolset-nox11/patches/patch-bj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-bj b/net/irrtoolset-nox11/patches/patch-bj new file mode 100644 index 00000000000..e78ffd80314 --- /dev/null +++ b/net/irrtoolset-nox11/patches/patch-bj @@ -0,0 +1,16 @@ +$NetBSD: patch-bj,v 1.1 2005/03/06 11:40:21 spz Exp $ + +--- src/Core/util/Buffer.cc.orig 2004-07-30 12:58:10.000000000 +0200 ++++ src/Core/util/Buffer.cc +@@ -36,7 +36,11 @@ + #include <cassert> + #include <iomanip> + #include <cctype> ++#if (__GNUC__ > 2) + #include <ostream> ++#else ++#include <ostream.h> ++#endif + + using namespace std; + |