mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
$NetBSD: patch-ad,v 1.2 2009/11/24 11:15:14 obache Exp $
|
|
|
|
--- script/configure.in.orig 2004-09-20 06:16:48.000000000 +0000
|
|
+++ script/configure.in
|
|
@@ -203,7 +203,9 @@ errno = db_open("foo.db", DB_BTREE, DB_C
|
|
#endif
|
|
if(errno) return errno;
|
|
|
|
-#if DB_VERSION >= 303011
|
|
+#if DB_VERSION >= 403000
|
|
+errno = dbp->stat(dbp, NULL, &sp, 0);
|
|
+#elif DB_VERSION >= 303011
|
|
errno = dbp->stat(dbp, &sp, 0);
|
|
#else
|
|
errno = dbp->stat(dbp, &sp, NULL, 0);
|