diff options
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-cc')
-rw-r--r-- | net/irrtoolset-nox11/patches/patch-cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-cc b/net/irrtoolset-nox11/patches/patch-cc deleted file mode 100644 index 1609367355d..00000000000 --- a/net/irrtoolset-nox11/patches/patch-cc +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-cc,v 1.1 2005/08/26 08:41:46 spz Exp $ - ---- src/util/debug.hh.orig 2002-04-09 13:48:49.000000000 +0200 -+++ src/util/debug.hh -@@ -75,7 +75,11 @@ - - #include "config.h" - #ifdef DEBUG -+#if (__GNUC__ > 2) -+#include <iostream> -+#else - #include <iostream.h> -+#endif - - #define DBG_ERR 1 - #define DBG_INFO 2 |