1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/security/sks/files/patch-bdb_bdb_stubs.c
Sergei Kolobov f335c9f7ea - Change Ocaml build dependency to a lighter lang/ocaml-nox11
- Change BDB dependency to (allegedly more reliable) db42
- Teach configure about amd64 machines

PR:		ports/74170
Submitted by:	Johan van Selst (maintainer)
2004-11-25 11:23:13 +00:00

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