diff options
Diffstat (limited to 'lang/ocaml/patches/patch-ab')
-rw-r--r-- | lang/ocaml/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/ocaml/patches/patch-ab b/lang/ocaml/patches/patch-ab new file mode 100644 index 00000000000..174de108539 --- /dev/null +++ b/lang/ocaml/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.4 2005/06/07 00:59:49 minskim Exp $ + +--- otherlibs/dbm/cldbm.c.orig 2003-07-08 08:50:31.000000000 -0500 ++++ otherlibs/dbm/cldbm.c +@@ -21,8 +21,8 @@ + #include <fail.h> + #include <callback.h> + +-#ifdef DBM_USES_GDBM_NDBM +-#include <gdbm-ndbm.h> ++#ifdef DBM_USES_DB ++#include <db.h> + #else + #include <ndbm.h> + #endif |