<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d02c2bc4eabadd6e0fcd1d1abf940e69dbfa6feb">https://github.com/macports/macports-ports/commit/d02c2bc4eabadd6e0fcd1d1abf940e69dbfa6feb</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 d02c2bc4eab orfeotoolbox: support thread_local storage
</span>d02c2bc4eab is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d02c2bc4eabadd6e0fcd1d1abf940e69dbfa6feb
</span>Author: Nicklas Larsson <n_larsson@yahoo.com>
AuthorDate: Wed Oct 25 12:10:16 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    orfeotoolbox: support thread_local storage
</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/68535
</span>---
 gis/orfeotoolbox/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/orfeotoolbox/Portfile b/gis/orfeotoolbox/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 00d06f30602..5efa05e791b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/orfeotoolbox/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/orfeotoolbox/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,7 @@ checksums           rmd160  08a7f65dd40aead733905a977b06d265628f9f16 \
</span> boost.version       1.76
 
 compiler.cxx_standard 2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span> 
 set opencv          opencv4
 
</pre><pre style='margin:0'>

</pre>