openbsd-ports/devel/ocaml-dose/patches/patch-rpm_rpmcudf_ml
avsm c080173e33 update to ocaml-dose-3.3
Includes local patches for OPAM compatibility, as with the previous version

ok jca@, tested by krw@ daniel@ jsg@
2015-08-30 15:56:12 +00:00

13 lines
441 B
Plaintext

$OpenBSD: patch-rpm_rpmcudf_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- rpm/rpmcudf.ml.orig Tue Nov 18 11:42:46 2014
+++ rpm/rpmcudf.ml Mon Aug 3 18:07:28 2015
@@ -14,7 +14,7 @@ open ExtLib
open ExtString
open Common
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "rpm/rpmcudf.ml" end) ;;
type tables = {
units : (Packages.name, (int * (Packages.rel * string)) list) Hashtbl.t;