summaryrefslogtreecommitdiff
path: root/databases/bdb-xml/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'databases/bdb-xml/patches/patch-aj')
-rw-r--r--databases/bdb-xml/patches/patch-aj14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/bdb-xml/patches/patch-aj b/databases/bdb-xml/patches/patch-aj
new file mode 100644
index 00000000000..042e59e2f1b
--- /dev/null
+++ b/databases/bdb-xml/patches/patch-aj
@@ -0,0 +1,14 @@
+$NetBSD: patch-aj,v 1.1 2011/01/29 21:48:41 markd Exp $
+
+fix build with gcc4.3
+
+--- ../src/dbxml/IndexSpecification.hpp.orig 2003-09-17 13:08:51.000000000 +0000
++++ ../src/dbxml/IndexSpecification.hpp
+@@ -12,6 +12,7 @@
+
+ #include <vector>
+ #include <string>
++#include <cstring>
+ #include <map>
+ #include "ID.hpp"
+ #include "Name.hpp"