pkgsrc/net/irrtoolset-nox11/patches/patch-cc
spz 4d68d81842 make configure-option --enable-debug compile
make RtConfig -config junos work
fix a bug regarding Cisco export filters in RtConfig
2005-08-26 08:41:46 +00:00

16 lines
340 B
Text

$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