From 434ced72c84b70f6c5e1d707b447f0b7c8efed09 Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 18 Sep 2004 19:39:37 +0000 Subject: [PATCH] fake: unison: add patch so it works with the ocaml update to 3.08.1 [2004091523533210151] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4324 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/nikolaus/unison/newer-ocaml-names.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/nikolaus/unison/newer-ocaml-names.patch diff --git a/package/nikolaus/unison/newer-ocaml-names.patch b/package/nikolaus/unison/newer-ocaml-names.patch new file mode 100644 index 000000000..8cb89d32b --- /dev/null +++ b/package/nikolaus/unison/newer-ocaml-names.patch @@ -0,0 +1,13 @@ +--- ./ubase/uprintf.ml.orig 2004-09-15 23:48:34.495893484 +0200 ++++ ./ubase/uprintf.ml 2004-09-15 23:54:25.937505754 +0200 +@@ -10,8 +10,8 @@ + (* *) + (***********************************************************************) + +-external format_int: string -> int -> string = "format_int" +-external format_float: string -> float -> string = "format_float" ++external format_int: string -> int -> string = "caml_format_int" ++external format_float: string -> float -> string = "caml_format_float" + + let fprintf outchan doafter format = + let format = (Obj.magic format : string) in