diff --git a/dev-libs/mpfr/mpfr-4.1.0.recipe b/dev-libs/mpfr/mpfr-4.1.0.recipe index 49d39699a..97458e8cb 100644 --- a/dev-libs/mpfr/mpfr-4.1.0.recipe +++ b/dev-libs/mpfr/mpfr-4.1.0.recipe @@ -23,7 +23,7 @@ improved an existing one, please share your work!" HOMEPAGE="https://www.mpfr.org" COPYRIGHT="2000-2020 Free Software Foundation, Inc." LICENSE="GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="http://ftp.gnu.org/gnu/mpfr/mpfr-$portVersion.tar.bz2" CHECKSUM_SHA256="feced2d430dd5a97805fa289fed3fc8ff2b094c02d05287fd6133e7f1f0ec926" @@ -72,7 +72,7 @@ defineDebugInfoPackage mpfr$secondaryArchSuffix \ BUILD() { autoreconf -fi - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs } diff --git a/dev-libs/mpfr/mpfr3-3.1.6.recipe b/dev-libs/mpfr/mpfr3-3.1.6.recipe index 735119905..c32af1d0b 100644 --- a/dev-libs/mpfr/mpfr3-3.1.6.recipe +++ b/dev-libs/mpfr/mpfr3-3.1.6.recipe @@ -23,7 +23,7 @@ improved an existing one, please share your work!" HOMEPAGE="https://www.mpfr.org" COPYRIGHT="2000-2014 INRIA" LICENSE="GNU LGPL v3" -REVISION="5" +REVISION="6" SOURCE_URI="http://ftp.gnu.org/gnu/mpfr/mpfr-$portVersion.tar.bz2" CHECKSUM_SHA256="cf4f4b2d80abb79e820e78c8077b6725bbbb4e8f41896783c899087be0e94068" SOURCE_DIR="mpfr-$portVersion" @@ -69,7 +69,7 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -fi - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }