From: Michal Moskal Date: Sat, 2 Feb 2002 13:49:43 +0000 (+0000) Subject: - crude hack to get dbm.cmo working... X-Git-Tag: ocaml-3_04-2~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml.git;a=commitdiff_plain;h=b26fc368bb39516d689e20c11b9c500ef8ebfc99;ds=sidebyside - crude hack to get dbm.cmo working... Changed files: ocaml-db3.patch -> 1.1 --- 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 +