mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f335c9f7ea
- Change BDB dependency to (allegedly more reliable) db42 - Teach configure about amd64 machines PR: ports/74170 Submitted by: Johan van Selst (maintainer)
12 lines
331 B
C
12 lines
331 B
C
--- bdb/bdb_stubs.c.orig Thu Oct 21 04:56:02 2004
|
|
+++ bdb/bdb_stubs.c Sat Nov 20 16:33:08 2004
|
|
@@ -223,7 +223,7 @@
|
|
|
|
// Declaration of flag enums in ocaml must be in same order as in C
|
|
|
|
-static int dbenv_create_flags[] = { DB_CLIENT };
|
|
+static int dbenv_create_flags[] = { DB_RPCCLIENT };
|
|
|
|
//+
|
|
//+ type create_flag = CLIENT
|