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/pgocaml/files: pgocaml-1.6-parallel-make.patch
Date: Wed, 21 Nov 2012 12:00:07
Message-Id: 20121121115955.EF35C20C65@flycatcher.gentoo.org
1 aballier 12/11/21 11:59:55
2
3 Added: pgocaml-1.6-parallel-make.patch
4 Log:
5 fix parallel build by Jeroen Roovers, bug #442798
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.1 dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/files/pgocaml-1.6-parallel-make.patch?rev=1.1&content-type=text/plain
14
15 Index: pgocaml-1.6-parallel-make.patch
16 ===================================================================
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -102,6 +102,8 @@
20 # Rules for core library.
21 #
22
23 +pa_pgsql.ml4: $(OBJS)
24 +
25 pa_pgsql.cmo: pa_pgsql.ml4
26 ocamlfind ocamlc $(OCAMLCFLAGS) $(OCAMLCPACKAGES) \
27 -pp "camlp4o pa_extend.cmo q_MLast.cmo $(P4_PARAMS) -impl" \