From 7aa0f7f428e1e14fef5862dd763931bc326fe151 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 17 Mar 2016 19:09:52 +0000 Subject: [PATCH] gcc: fix syslibs provides for secondary arch. --- sys-devel/gcc/gcc-5.3.0_2016_02_29.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gcc/gcc-5.3.0_2016_02_29.recipe b/sys-devel/gcc/gcc-5.3.0_2016_02_29.recipe index e2d7c328c..b1b990572 100644 --- a/sys-devel/gcc/gcc-5.3.0_2016_02_29.recipe +++ b/sys-devel/gcc/gcc-5.3.0_2016_02_29.recipe @@ -5,7 +5,7 @@ HOMEPAGE="http://gcc.gnu.org" SOURCE_URI="https://ftp.gnu.org/gnu/gcc/gcc-5.3.0/gcc-5.3.0.tar.bz2" CHECKSUM_SHA256="b84f5592e9218b73dbae612b5253035a7b34a9a1f7688d2e1bfaaf7267d5c4db" -REVISION="1" +REVISION="2" LICENSE=" GNU GPL v3 GNU LGPL v3 @@ -304,7 +304,7 @@ distribution. This package contains the shared libraries for the runtime \ loader, so it is required for executing most c/c++ programs." PROVIDES_syslibs=" - gcc_syslibs$secondaryArchSuffix = $portVersion compat >= 4 + gcc${secondaryArchSuffix}_syslibs = $portVersion compat >= 4 lib:libgcc_s$secondaryArchSuffix = $portVersion compat >= 4 lib:libstdc++$secondaryArchSuffix = $portVersion compat >= 4 lib:libsupc++$secondaryArchSuffix = $portVersion compat >= 4 @@ -321,6 +321,6 @@ contains the set of gcc's C/C++-runtime libraries and headers that is \ required by Haiku's build system when building Haiku." PROVIDES_syslibs_devel=" - gcc_syslibs_devel$secondaryArchSuffix = $portVersion compat >= 5 + gcc${secondaryArchSuffix}_syslibs_devel = $portVersion compat >= 5 " REQUIRES_syslibs_devel=""