summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-bi
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-bi')
-rw-r--r--net/irrtoolset-nox11/patches/patch-bi16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-bi b/net/irrtoolset-nox11/patches/patch-bi
new file mode 100644
index 00000000000..31ee8087f87
--- /dev/null
+++ b/net/irrtoolset-nox11/patches/patch-bi
@@ -0,0 +1,16 @@
+$NetBSD: patch-bi,v 1.1 2005/03/06 11:40:21 spz Exp $
+
+--- src/rpsl/rpsl/object.cc.orig 2004-07-30 12:58:14.000000000 +0200
++++ src/rpsl/rpsl/object.cc
+@@ -52,7 +52,11 @@
+ // Author(s): Cengiz Alaettinoglu <cengiz@ISI.EDU>
+
+ #include "config.h"
++#if (__GNUC__ > 2)
+ #include <istream>
++#else
++#include <istream.h>
++#endif
+ #include <cstdio>
+ #include <sstream>
+ #include <fstream>