gcc: fix 5.2.0 recipe.

This commit is contained in:
Jerome Duval
2016-04-11 22:16:18 +00:00
parent e4b57461ee
commit f203babe35

View File

@@ -6,7 +6,7 @@ HOMEPAGE="http://gcc.gnu.org"
srcGitRev="7b26e3896e268cd452d68ff8df04f4563d5db6ef"
SOURCE_URI="https://github.com/gcc-mirror/gcc/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="3770285b7de18274b4fa06e40b7dbc06c849c08650d03590365a49fa4de40142"
REVISION="1"
REVISION="2"
LICENSE="
GNU GPL v3
GNU LGPL v3
@@ -25,7 +25,7 @@ libgccSoVersion="1"
libgccLibVersion="1"
PROVIDES="
gcc5$secondaryArchSuffix = $portVersion compat >= 5
gcc$secondaryArchSuffix = $portVersion compat >= 5
cmd:c++$secondaryArchSuffix = $portVersion compat >= 5
cmd:cc$secondaryArchSuffix = $portVersion compat >= 5
cmd:cpp$secondaryArchSuffix = $portVersion compat >= 5
@@ -303,7 +303,7 @@ distribution. This package contains the shared libraries for the runtime \
loader, so it is required for executing most c/c++ programs."
PROVIDES_syslibs="
gcc5_syslibs$secondaryArchSuffix = $portVersion compat >= 5
gcc${secondaryArchSuffix}_syslibs = $portVersion compat >= 5
lib:libgcc_s$secondaryArchSuffix = $portVersion compat >= 5
lib:libstdc++$secondaryArchSuffix = $portVersion compat >= 5
lib:libsupc++$secondaryArchSuffix = $portVersion compat >= 5
@@ -320,6 +320,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="
gcc5_syslibs_devel$secondaryArchSuffix = $portVersion compat >= 5
gcc${secondaryArchSuffix}_syslibs_devel = $portVersion compat >= 5
"
REQUIRES_syslibs_devel=""