* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/
@ 2015-11-26 10:36 99% Justin Lecher
0 siblings, 0 replies; 1+ results
From: Justin Lecher @ 2015-11-26 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 57a9ac7abe3ebe88b28cd02c2ea6a2621d9f4b6d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 10:33:01 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 10:33:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a9ac7a
dev-cpp/tbb: Fix MULTILIB_ABI_FLAG on PowerPC
thanks
Marcus Comstedt for the patch
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566758
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 31f7343..2a45353 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -77,6 +77,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
+ abi_ppc_64) arch=ppc64 ;;
+ abi_ppc_32) arch=ppc32 ;;
esac
case "$(tc-getCXX)" in
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-11-26 10:36 99% [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/ Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox