From 2c2bbf8b50e90bf22202426d6eb219f74937aca0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Feb 2010 00:16:13 +0100 Subject: [PATCH] gmp: downgrade to 4.3.2. 5.0.1 is ABI incompatible... --HG-- extra : convert_revision : 8476cc682e77bc2efc4a709ee206b662277dbae4 --- srcpkgs/gmp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gmp/template b/srcpkgs/gmp/template index b86fefdad66..4d5e2ae75a0 100644 --- a/srcpkgs/gmp/template +++ b/srcpkgs/gmp/template @@ -1,6 +1,6 @@ # Template build file for 'gmp' pkgname=gmp -version=5.0.0 +version=4.3.2 distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2" build_style=gnu_configure # Build with -fexceptions as suggested by ppl. @@ -8,7 +8,7 @@ CPPFLAGS="-fexceptions" configure_args="--enable-cxx --enable-mpbsd --build=${xbps_machine}-pc-linux-gnu" short_desc="Library for arbitrary precision arithmetic" maintainer="Juan RP " -checksum=f089fd0e5c95a07566532952035b090125b2530de2b024aeecdf23c2b787984f +checksum=936162c0312886c21581002b79932829aa048cfaf9937c6265aeaa14f1cd1775 long_desc=" GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set