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.
This commit is contained in:
Jerome Duval
2021-02-04 20:08:16 +01:00
parent cd5e8fd289
commit ab58bc4953

View File

@@ -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="