openbsd-ports/devel/ocaml-dose/patches/patch-common_util_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
471 B
Plaintext

$OpenBSD: patch-common_util_ml,v 1.2 2015/08/30 15:56:12 avsm Exp $
--- common/util.ml.orig Tue Nov 18 11:42:46 2014
+++ common/util.ml Mon Aug 3 18:07:28 2015
@@ -155,7 +155,7 @@ module Logging(X : sig val label : string end) = struc
) fmt
end
-include Logging(struct let label = __FILE__ end) ;;
+include Logging(struct let label = "common/util.ml" end) ;;
(** Printf bars are printed immediately on stderr.
* they can be enabled or disabled (default) *)