summaryrefslogtreecommitdiff
path: root/www/crawl/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/crawl/patches/patch-ac')
-rw-r--r--www/crawl/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/crawl/patches/patch-ac b/www/crawl/patches/patch-ac
new file mode 100644
index 00000000000..6812a77a969
--- /dev/null
+++ b/www/crawl/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2005/01/18 17:46:31 peter Exp $
+
+--- crawldb.c.orig 2003-05-17 18:59:51.000000000 +0200
++++ crawldb.c 2004-06-11 23:56:47.000000000 +0200
+@@ -44,6 +44,8 @@
+ #include <db_185.h>
+ #elif HAVE_DB_H
+ #include <db.h>
++#elif HAVE_DB1_H
++#include <db1/db.h>
+ #endif
+ #include <compat/md5.h>
+