diff options
Diffstat (limited to 'mail/isync/patches/patch-aa')
-rw-r--r-- | mail/isync/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/isync/patches/patch-aa b/mail/isync/patches/patch-aa new file mode 100644 index 00000000000..735d7d9c2e5 --- /dev/null +++ b/mail/isync/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/12/07 15:12:41 cjep Exp $ + +--- configure.orig Sat Dec 7 13:58:13 2002 ++++ configure +@@ -1386,7 +1386,7 @@ else + #line 1387 "configure" + #include "confdefs.h" + #define DB_DBM_HSEARCH 1 +-#include <db.h> ++#include <ndbm.h> + int main() { + dbm_open(0,0,0); + ; return 0; } |