<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c14ad50cd7ac93a469284614c4f1f1b5763444f">https://github.com/macports/macports-ports/commit/2c14ad50cd7ac93a469284614c4f1f1b5763444f</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 2c14ad50cd7 parallel-hashmap: require compiler.thread_local_storage to fix <10.11
</span>2c14ad50cd7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2c14ad50cd7ac93a469284614c4f1f1b5763444f
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed May 17 14:02:30 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    parallel-hashmap: require compiler.thread_local_storage to fix <10.11
</span>---
 devel/parallel-hashmap/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/parallel-hashmap/Portfile b/devel/parallel-hashmap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a87954a536f..01e6f0af168 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/parallel-hashmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/parallel-hashmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +23,7 @@ patchfiles-append       0001-Warn-on-4-byte-char-not-err-out.patch \
</span>                         0002-Unbreak-build-on-Apple-with-GCC-do-not-use-clangism.patch
 
 compiler.cxx_standard   2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span> 
 configure.args-append   -DPHMAP_INSTALL=ON \
                         -DPHMAP_BUILD_TESTS=ON \
</pre><pre style='margin:0'>

</pre>