aballier    15/07/27 13:44:18

  Added:                ocaml4.patch
  Log:
  fix build with latest ocaml, bug #547078
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  net-p2p/mldonkey/files/ocaml4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/files/ocaml4.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/files/ocaml4.patch?rev=1.1&content-type=text/plain

Index: ocaml4.patch
===================================================================
Index: mldonkey-3.1.5/src/utils/net/terminal.ml
===================================================================
--- mldonkey-3.1.5.orig/src/utils/net/terminal.ml
+++ mldonkey-3.1.5/src/utils/net/terminal.ml
@@ -185,7 +185,6 @@ module Output = struct
   let canal = List.assoc chan !chanmap in
   etat.chan <- Some (chan, canal);
   info (sprintf "connecte au canal '%s'" chan);
-  (* {| canal ALL } *)
        with Not_found -> (* pas encore de recepteur pour ce canal *)
   try (* on en cree un *)
     let serveur = nsrecord.get_loc chan in




Reply via email to