From ab58bc4953f6a076de1307b9052d5443c0914301 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 4 Feb 2021 20:08:16 +0100 Subject: [PATCH] gcc: rebuild after mpfr version bump mpc links against libmpfr6 while gcc links against libmpfr4, this seems to lead to a crash in mpfr when building some projects. --- sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe b/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe index 1e8bcf061..a38d65499 100644 --- a/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe +++ b/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe @@ -5,7 +5,7 @@ HOMEPAGE="https://gcc.gnu.org/" COPYRIGHT="1988-2019 Free Software Foundation, Inc." LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="7" +REVISION="8" gccVersion="${portVersion%%_*}" SOURCE_URI="https://ftpmirror.gnu.org/gcc/gcc-$gccVersion/gcc-$gccVersion.tar.xz https://ftp.gnu.org/gnu/gcc/gcc-$gccVersion/gcc-$gccVersion.tar.xz" @@ -122,9 +122,9 @@ REQUIRES_syslibs_devel="" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libgmp$secondaryArchSuffix >= 10.3.0 - devel:libmpc$secondaryArchSuffix >= 3.1.0 - devel:libmpfr$secondaryArchSuffix >= 4.1.4 + devel:libgmp$secondaryArchSuffix >= 10.4.0 + devel:libmpc$secondaryArchSuffix >= 3.2 + devel:libmpfr$secondaryArchSuffix >= 6.1 devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES="