Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/lwt/files: lwt-2.2.1-args.patch
Date: Thu, 24 Feb 2011 17:42:38
Message-Id: 20110224174224.12B2D20057@flycatcher.gentoo.org
1 aballier 11/02/24 17:42:24
2
3 Added: lwt-2.2.1-args.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ml/lwt/files/lwt-2.2.1-args.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/files/lwt-2.2.1-args.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/files/lwt-2.2.1-args.patch?rev=1.1&content-type=text/plain
14
15 Index: lwt-2.2.1-args.patch
16 ===================================================================
17 Index: lwt-2.2.1/discover.ml
18 ===================================================================
19 --- lwt-2.2.1.orig/discover.ml
20 +++ lwt-2.2.1/discover.ml
21 @@ -109,9 +109,9 @@ let compile args stub_file =
22 Sys.command
23 "%s -custom %s %s %s 2> %s"
24 !ocamlc
25 - args
26 (Filename.quote stub_file)
27 (Filename.quote !caml_file)
28 + args
29 (Filename.quote !log_file)
30 = 0