tmux,parted,bc,htop: enable x86_64 (#1022)

fix gcc6 and gcc7 syslibs devel provides.
This commit is contained in:
hermord
2017-01-10 03:29:38 -05:00
committed by Jérôme Duval
parent 485bdc0283
commit 1a3b37f4b6
6 changed files with 24 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ SOURCE_URI="http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
CHECKSUM_SHA256="4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33"
PATCHES="bc-1.06.patchset"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
PROVIDES="
bc = $portVersion

View File

@@ -5,7 +5,7 @@ HOMEPAGE="http://gcc.gnu.org"
SOURCE_URI="https://ftp.gnu.org/gnu/gcc/gcc-6.1.0/gcc-6.1.0.tar.bz2"
CHECKSUM_SHA256="09c4c85cabebb971b1de732a0219609f93fc0af5f86f6e437fd8d7f832f1a351"
REVISION="1"
REVISION="2"
LICENSE="
GNU GPL v3
GNU LGPL v3
@@ -328,5 +328,13 @@ required by Haiku's build system when building Haiku."
PROVIDES_syslibs_devel="
gcc6${secondaryArchSuffix}_syslibs_devel = $portVersion compat >= 6
devel:libatomic$secondaryArchSuffix = $libatomicLibVersion compat >= $libatomicSoVersion
devel:libgcc_kernel$secondaryArchSuffix = $portVersion compat >= 6
devel:libgcc$secondaryArchSuffix = $portVersion compat >= 6
devel:libgcc_eh_kernel$secondaryArchSuffix = $portVersion compat >= 6
devel:libgcc_eh$secondaryArchSuffix = $portVersion compat >= 6
devel:libstdc++$secondaryArchSuffix = $portVersion compat >= 6
devel:libsupc++$secondaryArchSuffix = $portVersion compat >= 6
devel:libsupc++_kernel$secondaryArchSuffix = $portVersion compat >= 6
"
REQUIRES_syslibs_devel=""

View File

@@ -6,7 +6,7 @@ HOMEPAGE="http://gcc.gnu.org"
srcGitRev="abb80251080239f8e058dea1ae0ca011e2c72816"
SOURCE_URI="https://github.com/korli/gcc/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="0176a47c07cf0e7229b5f8e6d00d05b544f15145313c986117e94ef4775a3ed2"
REVISION="1"
REVISION="2"
LICENSE="
GNU GPL v3
GNU LGPL v3
@@ -329,5 +329,13 @@ required by Haiku's build system when building Haiku."
PROVIDES_syslibs_devel="
gcc7${secondaryArchSuffix}_syslibs_devel = $portVersion compat >= 7
devel:libatomic$secondaryArchSuffix = $libatomicLibVersion compat >= $libatomicSoVersion
devel:libgcc_kernel$secondaryArchSuffix = $portVersion compat >= 7
devel:libgcc$secondaryArchSuffix = $portVersion compat >= 7
devel:libgcc_eh_kernel$secondaryArchSuffix = $portVersion compat >= 7
devel:libgcc_eh$secondaryArchSuffix = $portVersion compat >= 7
devel:libstdc++$secondaryArchSuffix = $portVersion compat >= 7
devel:libsupc++$secondaryArchSuffix = $portVersion compat >= 7
devel:libsupc++_kernel$secondaryArchSuffix = $portVersion compat >= 7
"
REQUIRES_syslibs_devel=""