From 0826dc18e50c37fe3406c4044893060fcfb1c864 Mon Sep 17 00:00:00 2001 From: Mika Lindqvist Date: Sat, 5 Oct 2024 17:11:54 +0300 Subject: [PATCH] gcc-13.3.0: gcc_fortran requires gcc (#11189) * Without gcc as required package, requiring "cmd:gfortran" results in linker error Fixes #11011 --- sys-devel/gcc/gcc-13.3.0_2023_08_10.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-13.3.0_2023_08_10.recipe b/sys-devel/gcc/gcc-13.3.0_2023_08_10.recipe index b85d11706..937da95fb 100644 --- a/sys-devel/gcc/gcc-13.3.0_2023_08_10.recipe +++ b/sys-devel/gcc/gcc-13.3.0_2023_08_10.recipe @@ -5,7 +5,7 @@ HOMEPAGE="https://gcc.gnu.org/" COPYRIGHT="1988-2023 Free Software Foundation, Inc." LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="1" +REVISION="2" 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" @@ -79,7 +79,8 @@ PROVIDES_fortran=" " REQUIRES_fortran=" haiku$secondaryArchSuffix - gcc${secondaryArchSuffix}_syslibs == $portVersion base + gcc$secondaryArchSuffix == $portVersion base + gcc${secondaryArchSuffix}_syslibs == $portVersion " SUMMARY_jit="Library for embedding GCC inside programs and libraries"