gcc: fix syslibs provides for secondary arch.

This commit is contained in:
Jerome Duval
2016-03-17 19:09:52 +00:00
parent e5e41c1112
commit 7aa0f7f428

View File

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