summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-al')
-rw-r--r--net/irrtoolset-nox11/patches/patch-al22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-al b/net/irrtoolset-nox11/patches/patch-al
deleted file mode 100644
index 31ea4728d87..00000000000
--- a/net/irrtoolset-nox11/patches/patch-al
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-al,v 1.1.1.1 2005/02/28 12:37:30 spz Exp $
-
---- src/irr/autnum.hh.orig 2005-02-26 11:41:12.000000000 +0100
-+++ src/irr/autnum.hh
-@@ -334,7 +334,7 @@ protected:
- }
- else
- {
-- cerr << "Internal Error!" << endl;
-+ std::cerr << "Internal Error!" << std::endl;
- abort();
- }
- return false;
-@@ -348,7 +348,7 @@ public:
- peerAS(_peerAS) {
- // Has to be called here again in order to get things right!
- // It's not perfect but it works
-- first();
-+ AttrIterator<AttrType>::first();
- }
- };
-