diff options
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-bn')
-rw-r--r-- | net/irrtoolset-nox11/patches/patch-bn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-bn b/net/irrtoolset-nox11/patches/patch-bn deleted file mode 100644 index 836315e1329..00000000000 --- a/net/irrtoolset-nox11/patches/patch-bn +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-bn,v 1.1 2005/03/06 11:40:21 spz Exp $ - ---- src/normalform/FilterOfASPath.cc.orig 2004-07-30 12:58:12.000000000 +0200 -+++ src/normalform/FilterOfASPath.cc -@@ -55,7 +55,11 @@ - #include "util/debug.hh" - #include "FilterOfASPath.hh" - #include <cstdio> -+#if (__GNUC__ > 2) - #include <ostream> -+#else -+#include <ostream.h> -+#endif - - using namespace std; - |