<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f93d242cda7f72f60455e838874336ba8b7c21e1">https://github.com/macports/macports-ports/commit/f93d242cda7f72f60455e838874336ba8b7c21e1</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 f93d242  tbb: correctly set stdlib
</span>f93d242 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f93d242cda7f72f60455e838874336ba8b7c21e1
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Jan 17 05:12:37 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    tbb: correctly set stdlib
</span>---
 devel/tbb/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<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 72d96b5..603f583 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;'>@@ -6,13 +6,14 @@ PortGroup           github 1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        01org tbb 2019_U3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          devel
 platforms           darwin
 maintainers         nomaintainer
 license             Apache-2
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Intel Threading Building Blocks offers a rich and complete approach to parallelism in C++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Intel Threading Building Blocks offers a rich and complete approach \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    to parallelism in C++
</span> 
 long_description    ${description} \
                     It represents a higher-level, task-based parallelism that abstracts \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +32,7 @@ use_configure       no
</span> # Force a compatible compiler
 compiler.blacklist-append *gcc* {clang < 602} macports-clang-3.3 macports-clang-3.4 \
                           macports-clang-3.7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.whitelist clang macports-clang-3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.whitelist clang macports-clang-5.0 macports-clang-3.9
</span> 
 set tbb_arch(i386)      ia32
 set tbb_arch(ppc)       ppc32
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,6 +62,7 @@ post-patch {
</span> 
 build.target        tbb tbbmalloc tbbproxy
 build.args-append   compiler=${tbb_compiler} \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    stdlib=${configure.cxx_stdlib} \
</span>                     tbb_build_prefix=${tbb_build_prefix} \
                     use_proxy=1
 
</pre><pre style='margin:0'>

</pre>