<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/35645a537e780ca39794f1dc0b6fac58aeefe433">https://github.com/macports/macports-ports/commit/35645a537e780ca39794f1dc0b6fac58aeefe433</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 35645a537e7 tbb: Add all possible archs to tbb_arch
</span>35645a537e7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 35645a537e780ca39794f1dc0b6fac58aeefe433
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 19 18:18:02 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tbb: Add all possible archs to tbb_arch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63117
</span>---
 devel/tbb/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/tbb/Portfile b/devel/tbb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a849d9dbc3..3725d3bee37 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/tbb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/tbb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,8 +33,10 @@ use_configure       no
</span> # Force a compatible compiler
 compiler.blacklist-append *gcc* {clang < 602} {macports-clang-3.[0-7]}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set tbb_arch(arm64)     arm64
</span> set tbb_arch(i386)      ia32
 set tbb_arch(ppc)       ppc32
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set tbb_arch(ppc64)     ppc64
</span> set tbb_arch(x86_64)    intel64
 if {![info exists tbb_arch(${configure.build_arch})]} {
     set tbb_arch(${configure.build_arch}) ${configure.build_arch}
</pre><pre style='margin:0'>

</pre>