diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 17:59:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 17:59:21 (GMT) |
commit | ba58f41e5bfbe2b8c589bb00d68cfeec888e48e9 (patch) | |
tree | 3d98bf06368dc587b2cf13fbb26890acae06ace3 /abs/core-testing/unison/ocaml-3.08-extnames.patch | |
parent | 0c9c49881bbaf1fa27ab080776e4e372f1b8488f (diff) | |
download | linhes_pkgbuild-ba58f41e5bfbe2b8c589bb00d68cfeec888e48e9.zip linhes_pkgbuild-ba58f41e5bfbe2b8c589bb00d68cfeec888e48e9.tar.gz linhes_pkgbuild-ba58f41e5bfbe2b8c589bb00d68cfeec888e48e9.tar.bz2 |
Missing ocaml, needed for unison.
Moving usion to extra-testing.
Diffstat (limited to 'abs/core-testing/unison/ocaml-3.08-extnames.patch')
-rw-r--r-- | abs/core-testing/unison/ocaml-3.08-extnames.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core-testing/unison/ocaml-3.08-extnames.patch b/abs/core-testing/unison/ocaml-3.08-extnames.patch deleted file mode 100644 index e959be2..0000000 --- a/abs/core-testing/unison/ocaml-3.08-extnames.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur unison-2.9.1/ubase/uprintf.ml unison-2.9.1.patched/ubase/uprintf.ml ---- unison-2.9.1/ubase/uprintf.ml 2002-04-11 07:13:23.000000000 +0200 -+++ unison-2.9.1.patched/ubase/uprintf.ml 2004-08-08 14:10:09.784776851 +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 |