From b26fc368bb39516d689e20c11b9c500ef8ebfc99 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Sat, 2 Feb 2002 13:49:43 +0000 Subject: [PATCH] - crude hack to get dbm.cmo working... Changed files: ocaml-db3.patch -> 1.1 --- ocaml-db3.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ocaml-db3.patch diff --git a/ocaml-db3.patch b/ocaml-db3.patch new file mode 100644 index 0000000..b70139e --- /dev/null +++ b/ocaml-db3.patch @@ -0,0 +1,14 @@ +diff -ur ocaml-3.04--/otherlibs/dbm/cldbm.c ocaml-3.04/otherlibs/dbm/cldbm.c +--- ocaml-3.04--/otherlibs/dbm/cldbm.c Fri Dec 7 14:39:51 2001 ++++ ocaml-3.04/otherlibs/dbm/cldbm.c Sat Feb 2 02:38:17 2002 +@@ -15,7 +15,8 @@ + + #include + #include +-#include ++#define DB_DBM_HSEARCH 1 ++#include + #include + #include + #include + -- 2.43.0