Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi/files: psi-3.3.0-parallel-make.patch
Date: Fri, 26 Feb 2010 02:39:19
Message-Id: E1Nkq6j-0005aF-UC@stork.gentoo.org
1 markusle 10/02/26 02:39:13
2
3 Added: psi-3.3.0-parallel-make.patch
4 Log:
5 Added parallel make patch (fixes #305249).
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/psi/files/psi-3.3.0-parallel-make.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/files/psi-3.3.0-parallel-make.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/files/psi-3.3.0-parallel-make.patch?rev=1.1&content-type=text/plain
13
14 Index: psi-3.3.0-parallel-make.patch
15 ===================================================================
16 --- psi3.orig/src/lib/libipv1/Makefile.in 2004-09-17 16:49:58.000000000 +0200
17 +++ psi3/src/lib/libipv1/Makefile.in 2010-02-15 15:30:23.846370463 +0100
18 @@ -33,10 +33,12 @@
19
20 include ../MakeRules
21
22 -y.tab.c y.tab.h: parse.y
23 +y.tab.h: y.tab.c
24 +
25 +y.tab.c: parse.y
26 $(YACC) -v -d $<
27
28 -scan.c: scan.l
29 +scan.c: scan.l y.tab.h
30 $(LEX) -t $^ > scan.c
31
32 install_inc:: $(ALLINCLUDE)