summaryrefslogtreecommitdiff
path: root/www/crawl/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/crawl/patches/patch-aa')
-rw-r--r--www/crawl/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/crawl/patches/patch-aa b/www/crawl/patches/patch-aa
new file mode 100644
index 00000000000..01fbfe2b1bf
--- /dev/null
+++ b/www/crawl/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/18 17:46:31 peter Exp $
+
+--- configure.orig 2003-05-18 03:50:55.000000000 +0200
++++ configure 2004-06-11 23:51:00.000000000 +0200
+@@ -2669,6 +2669,14 @@
+ DBINC="-I/usr/include/db2"
+ DBLIB="-ldb2"
+ have_db=yes
++ elif test -f /usr/include/db1/db.h; then
++
++cat >>confdefs.h <<\_ACEOF
++#define HAVE_DB1_H 1
++_ACEOF
++
++ DBLIB="-ldb"
++ have_db=yes
+ elif test -f /usr/include/db_185.h; then
+
+ cat >>confdefs.h <<\_ACEOF