mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user