diff options
Diffstat (limited to 'sci-mathematics/euler/euler-1.61.0.ebuild')
-rw-r--r-- | sci-mathematics/euler/euler-1.61.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/euler/euler-1.61.0.ebuild b/sci-mathematics/euler/euler-1.61.0.ebuild index 6faab42c9607..f9004a7ca7ba 100644 --- a/sci-mathematics/euler/euler-1.61.0.ebuild +++ b/sci-mathematics/euler/euler-1.61.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.2 2006/02/12 15:45:26 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.3 2006/04/04 14:01:04 markusle Exp $ inherit autotools eutils @@ -19,6 +19,7 @@ src_unpack() { epatch "${FILESDIR}"/configure-gentoo.patch epatch "${FILESDIR}"/command-gcc4-gentoo.patch + epatch "${FILESDIR}"/euler-glibc-2.4-gentoo.patch eautoreconf sed -e 's:g77:g77 gfortran:g' -i ./configure || \ |