summaryrefslogtreecommitdiff
path: root/mail/isync/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/isync/patches/patch-ab')
-rw-r--r--mail/isync/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/isync/patches/patch-ab b/mail/isync/patches/patch-ab
new file mode 100644
index 00000000000..77e1b34c0b1
--- /dev/null
+++ b/mail/isync/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/12/07 15:12:41 cjep Exp $
+
+--- configure.in.orig Mon Jan 28 19:32:58 2002
++++ configure.in
+@@ -30,7 +30,7 @@ if test $ac_cv_dbmopen = no; then
+ LIBS="$LIBS -ldb"
+ ac_cv_libdb=no
+ AC_TRY_LINK([#define DB_DBM_HSEARCH 1
+-#include <db.h>],
++#include <ndbm.h>],
+ [dbm_open(0,0,0);],
+ [ac_cv_libdb=yes])
+ LIBS="$save_LIBS"])