summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-04-04 14:01:04 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-04-04 14:01:04 +0000
commitc821e30234d42ea827ac8037627b28e7928b3cec (patch)
tree8bc60610ac23b5e960804d804d3425c83f84db8b /sci-mathematics/euler/euler-1.61.0.ebuild
parentMarked stable on amd64 per bug #125725 (diff)
downloadgentoo-2-c821e30234d42ea827ac8037627b28e7928b3cec.tar.gz
gentoo-2-c821e30234d42ea827ac8037627b28e7928b3cec.tar.bz2
gentoo-2-c821e30234d42ea827ac8037627b28e7928b3cec.zip
Added patch to fix missing CLK_TCK in glibc-2.4. This fixes bug #128689.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'sci-mathematics/euler/euler-1.61.0.ebuild')
-rw-r--r--sci-mathematics/euler/euler-1.61.0.ebuild3
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 || \