summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/tbb')
-rw-r--r--dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 31f73436b852..2a453539c77f 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