diff options
author | Ryan Hill <rhill@gentoo.org> | 2010-05-29 05:52:36 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2010-05-29 05:52:36 +0000 |
commit | 6546510d9e33ccade17c1fefc38e059d7993544c (patch) | |
tree | aa10ea0080165e8191be9f8a4c869e113a0bb120 /dev-libs/ppl/ppl-0.10.2-r1.ebuild | |
parent | Use dev-perl/SNMP_Session instread of bunled one. Drop old. (diff) | |
download | historical-6546510d9e33ccade17c1fefc38e059d7993544c.tar.gz historical-6546510d9e33ccade17c1fefc38e059d7993544c.tar.bz2 historical-6546510d9e33ccade17c1fefc38e059d7993544c.zip |
Fix configure failure with GMP 5.0. (bug #318845 by Mat)
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/ppl/ppl-0.10.2-r1.ebuild')
-rw-r--r-- | dev-libs/ppl/ppl-0.10.2-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/ppl/ppl-0.10.2-r1.ebuild b/dev-libs/ppl/ppl-0.10.2-r1.ebuild index 121b294c58fc..50154231b4ac 100644 --- a/dev-libs/ppl/ppl-0.10.2-r1.ebuild +++ b/dev-libs/ppl/ppl-0.10.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.10.2-r1.ebuild,v 1.6 2010/05/27 04:33:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.10.2-r1.ebuild,v 1.7 2010/05/29 05:52:36 dirtyepic Exp $ EAPI=2 -inherit eutils +inherit autotools eutils DESCRIPTION="The Parma Polyhedra Library provides numerical abstractions for analysis of complex systems" HOMEPAGE="http://www.cs.unipr.it/ppl/" @@ -27,6 +27,11 @@ pkg_setup() { fi } +src_prepare() { + epatch "${FILESDIR}"/${P}-gmp-5-fix.patch + eautoreconf +} + src_configure() { # --disable-check doesn't work use test && want_check="--enable-check=quick" |