diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-25 11:00:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-25 11:00:59 +0000 |
commit | d70dc3b4163e958959523a6a35039ce4605e5e04 (patch) | |
tree | ee58f8d1781e6ae3bb5e5982870eda96de9b5d51 /sci-biology/last/last-162-r1.ebuild | |
parent | old (diff) | |
download | historical-d70dc3b4163e958959523a6a35039ce4605e5e04.tar.gz historical-d70dc3b4163e958959523a6a35039ce4605e5e04.tar.bz2 historical-d70dc3b4163e958959523a6a35039ce4605e5e04.zip |
Fix for gcc-4.6, #3624783
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'sci-biology/last/last-162-r1.ebuild')
-rw-r--r-- | sci-biology/last/last-162-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-biology/last/last-162-r1.ebuild b/sci-biology/last/last-162-r1.ebuild index 1f288b98bc26..16849bcca8f8 100644 --- a/sci-biology/last/last-162-r1.ebuild +++ b/sci-biology/last/last-162-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-162-r1.ebuild,v 1.1 2011/04/08 06:29:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-162-r1.ebuild,v 1.2 2011/04/25 11:00:59 jlec Exp $ EAPI="2" @@ -19,7 +19,9 @@ DEPEND="app-arch/unzip" RDEPEND="" src_prepare() { - epatch "${FILESDIR}"/${PV}-ldflags.patch + epatch \ + "${FILESDIR}"/${PV}-ldflags.patch \ + "${FILESDIR}"/${PV}-gcc46.patch } src_compile() { |