diff options
author | adam <adam> | 2007-10-04 05:19:16 +0000 |
---|---|---|
committer | adam <adam> | 2007-10-04 05:19:16 +0000 |
commit | 985b1fbab5d43d3d7b4595277942d6a1c7f0d15e (patch) | |
tree | 2cec6e46b2915b9a146531819215d4577d75545c /lang/ocaml | |
parent | a6810f403ab41604a87a1783d04f774bf0eb69af (diff) | |
download | pkgsrc-985b1fbab5d43d3d7b4595277942d6a1c7f0d15e.tar.gz |
Fix for PR#37051. Please test.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/distinfo | 4 | ||||
-rw-r--r-- | lang/ocaml/patches/patch-ab | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index a79c45f1f32..f2a2d15a83b 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.39 2007/09/14 15:34:09 adam Exp $ +$NetBSD: distinfo,v 1.40 2007/10/04 05:19:16 adam Exp $ SHA1 (ocaml-3.10.0.tar.bz2) = 5c7ee7dd5ac55bee2877ca0ace5ffb044df8efb5 RMD160 (ocaml-3.10.0.tar.bz2) = 19615743230f0215135eb966f1f08a6a828f9aa4 Size (ocaml-3.10.0.tar.bz2) = 2786012 bytes SHA1 (patch-aa) = 858f326fe4db7971a05b3b001c6aecc02ecb2903 -SHA1 (patch-ab) = 64ed5d08daff185cf6fd3baa89de496ae6e8246a +SHA1 (patch-ab) = c6140f43fdb76c4f2d499f9d3beb714de3926460 SHA1 (patch-ac) = efe8290b394f40d6675fc9d57557c49ddafdb239 SHA1 (patch-ad) = f2c1dcc3c31db31e2484fdea1076692a63252a87 SHA1 (patch-ag) = f1b751098d3693b92feb26cda87970426bffcaf1 diff --git a/lang/ocaml/patches/patch-ab b/lang/ocaml/patches/patch-ab index 3925f0e671a..0767d6c21eb 100644 --- a/lang/ocaml/patches/patch-ab +++ b/lang/ocaml/patches/patch-ab @@ -1,15 +1,18 @@ -$NetBSD: patch-ab,v 1.5 2007/09/14 15:34:10 adam Exp $ +$NetBSD: patch-ab,v 1.6 2007/10/04 05:19:16 adam Exp $ ---- otherlibs/dbm/cldbm.c.orig 2003-07-08 08:50:31.000000000 -0500 +--- otherlibs/dbm/cldbm.c.orig 2003-07-08 15:50:31.000000000 +0200 +++ otherlibs/dbm/cldbm.c -@@ -21,8 +21,8 @@ +@@ -21,10 +21,10 @@ #include <fail.h> #include <callback.h> -#ifdef DBM_USES_GDBM_NDBM -#include <gdbm-ndbm.h> +-#else +#ifdef DBM_USES_DB -+#include <ndbm.h> - #else #include <ndbm.h> ++#else ++#include <db.h> #endif + + /* Quite close to sys_open_flags, but we need RDWR */ |