<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/60c17eaf8f3a6412a6e80cf7a44802e77effc4ad">https://github.com/macports/macports-ports/commit/60c17eaf8f3a6412a6e80cf7a44802e77effc4ad</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 60c17eaf8f3 safeclib: fix compiler choice: thread_local_storage required
</span>60c17eaf8f3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 60c17eaf8f3a6412a6e80cf7a44802e77effc4ad
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sat Apr 6 06:53:12 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> safeclib: fix compiler choice: thread_local_storage required
</span>---
devel/safeclib/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/safeclib/Portfile b/devel/safeclib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0ce4926743f..ce4a9066a7f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/safeclib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/safeclib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +24,8 @@ checksums rmd160 0a05b06d0fbbc1477025dd943dd8f99cda420158 \
</span> size 981870
compiler.c_standard 1999
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# safe_mem_constraint.c: error: thread-local storage not supported for this target
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span>
worksrcdir ${name}-${version}.0-gdfea26
</pre><pre style='margin:0'>
</pre>