diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-06 14:33:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-06 14:33:18 +0000 |
commit | 31683aed16798ea8182af39b0ae7b3fca87d7eba (patch) | |
tree | 22be9f2e6743e4c732a2e996cee54fda45d5683a /sci-chemistry | |
parent | Remove old version. (diff) | |
download | gentoo-2-31683aed16798ea8182af39b0ae7b3fca87d7eba.tar.gz gentoo-2-31683aed16798ea8182af39b0ae7b3fca87d7eba.tar.bz2 gentoo-2-31683aed16798ea8182af39b0ae7b3fca87d7eba.zip |
Prll compilation fix
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/raster3d/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/raster3d/files/3.0.2-as-needed.patch | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/raster3d/ChangeLog b/sci-chemistry/raster3d/ChangeLog index 2343a0c98ccf..282e2b6bcd69 100644 --- a/sci-chemistry/raster3d/ChangeLog +++ b/sci-chemistry/raster3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/raster3d # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.23 2011/02/27 10:40:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.24 2011/03/06 14:33:18 jlec Exp $ + + 06 Mar 2011; Justin Lecher <jlec@gentoo.org> files/3.0.2-as-needed.patch: + Prll compilation fix *raster3d-3.0.2 (27 Feb 2011) diff --git a/sci-chemistry/raster3d/files/3.0.2-as-needed.patch b/sci-chemistry/raster3d/files/3.0.2-as-needed.patch index b127d9450661..9e0961952535 100644 --- a/sci-chemistry/raster3d/files/3.0.2-as-needed.patch +++ b/sci-chemistry/raster3d/files/3.0.2-as-needed.patch @@ -7,7 +7,7 @@ index 1a1c549..4d74dd0 100644 @echo include Makefile.package >> Makefile.incl @echo >> Makefile.incl - @echo qinp.o: qinp.f >> Makefile.incl -+ @echo qinp.o: qinp.f normal3d.o >> Makefile.incl ++ @echo qinp.o: qinp.f normal3d.o render.o >> Makefile.incl @echo " \$$(FC) -g -O0 -Wall -Wtabs -c -o qinp.o qinp.f" >> Makefile.incl @echo >> Makefile.incl |