diff --git a/srcpkgs/mpc/mpc.rshlibs b/srcpkgs/mpc/mpc.rshlibs index 977503b177..ac141b4bf4 100644 --- a/srcpkgs/mpc/mpc.rshlibs +++ b/srcpkgs/mpc/mpc.rshlibs @@ -1,3 +1,4 @@ libmpfr.so.4 libgmp.so.10 libc.so.6 +libm.so.6 diff --git a/srcpkgs/mpc/template b/srcpkgs/mpc/template index 3b67fa17bf..5240588ec5 100644 --- a/srcpkgs/mpc/template +++ b/srcpkgs/mpc/template @@ -1,12 +1,12 @@ # Template build file for 'mpc' pkgname=mpc -version=0.8.2 -revision=2 +version=0.9 distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz" build_style=gnu-configure +configure_args="EGREP=egrep" short_desc="C library for the arithmetic of complex numbers" maintainer="Juan RP " -checksum=ae79f8d41d8a86456b68607e9ca398d00f8b7342d1d83bcf4428178ac45380c7 +checksum=fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac long_desc=" Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and