<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/38515a7e62f1a7e5cd7b223facf5ed7d01cac7a5">https://github.com/macports/macports-ports/commit/38515a7e62f1a7e5cd7b223facf5ed7d01cac7a5</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 38515a7e62f doctest: Require thread local storage
</span>38515a7e62f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 38515a7e62f1a7e5cd7b223facf5ed7d01cac7a5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 13 11:14:05 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    doctest: Require thread local storage
</span>---
 devel/doctest/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/doctest/Portfile b/devel/doctest/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d5c57905ac..b9a973a2e6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/doctest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/doctest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,7 @@ checksums           rmd160  daa6dcd0182440f5438d713f54f3da6e2b14f543 \
</span>                     size    2281756
 
 compiler.cxx_standard   2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span> 
 # a few test fail becase it is looking for a .dylib in the MacPorts prefix, but it is
 # only present in the examples directory (the port install no libs)
</pre><pre style='margin:0'>

</pre>