diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-28 04:57:27 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-28 04:57:27 +0000 |
commit | 0bd3f8bbf1e407cb0024d93b1bdfc4f2dedf4092 (patch) | |
tree | 9e1df7da0babaf77fe88fefb4814023ee06cf005 /sci-mathematics/pari/pari-2.5.1.ebuild | |
parent | version bump (bug #423905) (diff) | |
download | gentoo-2-0bd3f8bbf1e407cb0024d93b1bdfc4f2dedf4092.tar.gz gentoo-2-0bd3f8bbf1e407cb0024d93b1bdfc4f2dedf4092.tar.bz2 gentoo-2-0bd3f8bbf1e407cb0024d93b1bdfc4f2dedf4092.zip |
Fixed linear solving with gcc-4.7, bug #423617
(Portage version: 2.1.11.1/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/pari/pari-2.5.1.ebuild')
-rw-r--r-- | sci-mathematics/pari/pari-2.5.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.5.1.ebuild b/sci-mathematics/pari/pari-2.5.1.ebuild index 3cd3ed374b5d..b3f62ff4dc68 100644 --- a/sci-mathematics/pari/pari-2.5.1.ebuild +++ b/sci-mathematics/pari/pari-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild,v 1.1 2012/03/06 17:06:06 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild,v 1.2 2012/06/28 04:57:27 bicatali Exp $ EAPI="4" @@ -43,6 +43,8 @@ src_prepare() { epatch "${FILESDIR}/${PN}"-2.5.0-mp.c.patch # OS X: add -install_name to the linker option epatch "${FILESDIR}/${PN}"-2.5.0-macos.patch + # from debian, fies bug #423617 + epatch "${FILESDIR}/${PN}"-2.5.1-gcc47.patch # disable default building of docs during install sed -i \ |