* [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi/files: psi-3.3.0-parallel-make.patch
@ 2010-02-26 2:39 99% Markus Dittrich (markusle)
0 siblings, 0 replies; 1+ results
From: Markus Dittrich (markusle) @ 2010-02-26 2:39 UTC (permalink / raw
To: gentoo-commits
markusle 10/02/26 02:39:13
Added: psi-3.3.0-parallel-make.patch
Log:
Added parallel make patch (fixes #305249).
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-chemistry/psi/files/psi-3.3.0-parallel-make.patch
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
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
Index: psi-3.3.0-parallel-make.patch
===================================================================
--- psi3.orig/src/lib/libipv1/Makefile.in 2004-09-17 16:49:58.000000000 +0200
+++ psi3/src/lib/libipv1/Makefile.in 2010-02-15 15:30:23.846370463 +0100
@@ -33,10 +33,12 @@
include ../MakeRules
-y.tab.c y.tab.h: parse.y
+y.tab.h: y.tab.c
+
+y.tab.c: parse.y
$(YACC) -v -d $<
-scan.c: scan.l
+scan.c: scan.l y.tab.h
$(LEX) -t $^ > scan.c
install_inc:: $(ALLINCLUDE)
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 2:39 99% [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi/files: psi-3.3.0-parallel-make.patch Markus Dittrich (markusle)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox