diff options
Diffstat (limited to 'net-mgmt/irrtoolset/files/patch-src-RtConfig-command.y.cc')
-rw-r--r-- | net-mgmt/irrtoolset/files/patch-src-RtConfig-command.y.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/irrtoolset/files/patch-src-RtConfig-command.y.cc b/net-mgmt/irrtoolset/files/patch-src-RtConfig-command.y.cc deleted file mode 100644 index 1b31294..0000000 --- a/net-mgmt/irrtoolset/files/patch-src-RtConfig-command.y.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/RtConfig/command.y.cc.orig 2004-07-30 12:58:11.000000000 +0200 -+++ src/RtConfig/command.y.cc -@@ -114,7 +114,11 @@ - - #include "config.h" - -+#if (__GNUC__ > 2) - #include <ostream> -+#else -+#include <ostream.h> -+#endif - #include <cstring> - #include <cstdlib> - #include <cctype> |