summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-bf')
-rw-r--r--net/irrtoolset-nox11/patches/patch-bf16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-bf b/net/irrtoolset-nox11/patches/patch-bf
new file mode 100644
index 00000000000..9e3c18c46f0
--- /dev/null
+++ b/net/irrtoolset-nox11/patches/patch-bf
@@ -0,0 +1,16 @@
+$NetBSD: patch-bf,v 1.1 2005/03/06 11:40:21 spz Exp $
+
+--- src/rpsl/rpsl/regexp.cc.orig 2004-07-30 12:58:14.000000000 +0200
++++ src/rpsl/rpsl/regexp.cc
+@@ -56,7 +56,11 @@
+ #include "regexp.hh"
+ #include <cstring>
+ #include "symbols.hh"
++#if (__GNUC__ > 2)
+ #include <ostream>
++#else
++#include <ostream.h>
++#endif
+
+ using namespace std;
+