<pre style='margin:0'>
kimura wataru (kimuraw) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/462d7adc1bba845146f5793df20a1f69239cb5a4">https://github.com/macports/macports-ports/commit/462d7adc1bba845146f5793df20a1f69239cb5a4</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 462d7adc1bb ruby30: requires thread-local storage (#12650)
</span>462d7adc1bb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 462d7adc1bba845146f5793df20a1f69239cb5a4
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Sat Oct 23 08:55:53 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ruby30: requires thread-local storage (#12650)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    let compiler.thread_local_storage to yes.
</span><span style='display:block; white-space:pre;color:#404040;'>    this fixes build error with old compiler, such as gcc-apple-4.2.
</span>---
 lang/ruby30/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ruby30/Portfile b/lang/ruby30/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b291023c789..0ad635bf416 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ruby30/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ruby30/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +57,8 @@ patchfiles          patch-random.c.diff
</span> compiler.blacklist-append \
                     { clang < 901 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --enable-shared \
                     --enable-install-static-library \
                     --disable-install-doc \
</pre><pre style='margin:0'>

</pre>