Includes local patches for OPAM compatibility, as with the previous version ok jca@, tested by krw@ daniel@ jsg@
13 lines
441 B
Plaintext
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;
|