summaryrefslogtreecommitdiff
path: root/databases/bdb-xml/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'databases/bdb-xml/patches/patch-ag')
-rw-r--r--databases/bdb-xml/patches/patch-ag14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/bdb-xml/patches/patch-ag b/databases/bdb-xml/patches/patch-ag
deleted file mode 100644
index d23084dbf6a..00000000000
--- a/databases/bdb-xml/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2011/01/29 21:48:41 markd Exp $
-
-fix build with gcc4.3
-
---- ../lib/antlr/lib/cpp/src/Parser.cpp.orig 2003-04-11 02:04:08.000000000 +0000
-+++ ../lib/antlr/lib/cpp/src/Parser.cpp
-@@ -12,6 +12,7 @@
- #include "antlr/MismatchedTokenException.hpp"
- //#include "antlr/ASTFactory.hpp"
- #include <iostream>
-+#include <cstdlib>
-
- #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
- namespace antlr {