diff --git a/dev-libs/mpfr/mpfr-3.1.3.recipe b/dev-libs/mpfr/mpfr-3.1.4.recipe similarity index 90% rename from dev-libs/mpfr/mpfr-3.1.3.recipe rename to dev-libs/mpfr/mpfr-3.1.4.recipe index 583209652..976922d60 100644 --- a/dev-libs/mpfr/mpfr-3.1.3.recipe +++ b/dev-libs/mpfr/mpfr-3.1.4.recipe @@ -25,14 +25,14 @@ COPYRIGHT="2000-2014 INRIA" LICENSE="GNU LGPL v3" REVISION="1" SOURCE_URI="http://www.mpfr.org/mpfr-current/mpfr-$portVersion.tar.bz2" -CHECKSUM_SHA256="f63bb459157cacd223caac545cb816bcdb5a0de28b809e7748b82e9eb89b0afd" +CHECKSUM_SHA256="d3103a80cdad2407ed581f3618c4bed04e0c92d1cf771a65ead662cc397f7775" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" PROVIDES=" mpfr$secondaryArchSuffix = $portVersion - lib:libmpfr$secondaryArchSuffix = 4.1.3 compat >= 4 + lib:libmpfr$secondaryArchSuffix = 4.1.4 compat >= 4 " REQUIRES=" haiku$secondaryArchSuffix @@ -41,7 +41,7 @@ REQUIRES=" PROVIDES_devel=" mpfr${secondaryArchSuffix}_devel = $portVersion - devel:libmpfr$secondaryArchSuffix = 4.1.3 compat >= 4 + devel:libmpfr$secondaryArchSuffix = 4.1.4 compat >= 4 " REQUIRES_devel=" mpfr$secondaryArchSuffix == $portVersion base @@ -52,13 +52,17 @@ BUILD_REQUIRES=" devel:libgmp$secondaryArchSuffix " BUILD_PREREQUIRES=" + cmd:aclocal + cmd:autoreconf cmd:awk cmd:gcc$secondaryArchSuffix + cmd:libtoolize cmd:make " BUILD() { + autoreconf -fi runConfigure ./configure make $jobArgs }