diff options
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-ba')
-rw-r--r-- | net/irrtoolset-nox11/patches/patch-ba | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-ba b/net/irrtoolset-nox11/patches/patch-ba new file mode 100644 index 00000000000..3482d9fc590 --- /dev/null +++ b/net/irrtoolset-nox11/patches/patch-ba @@ -0,0 +1,16 @@ +$NetBSD: patch-ba,v 1.1 2005/03/06 11:40:21 spz Exp $ + +--- src/rpsl/rpsl/prefix.hh.orig 2004-07-30 12:58:14.000000000 +0200 ++++ src/rpsl/rpsl/prefix.hh +@@ -59,7 +59,11 @@ + #include <sys/types.h> + #include <vector> + #include <sstream> ++#if (__GNUC__ > 2) + #include <ostream> ++#else ++#include <ostream.h> ++#endif + + typedef unsigned long long int ip_v6word_t; + |