<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/5f96c18a80c06e54eba6557a1675a19a7f8ad24c">https://github.com/macports/macports-ports/commit/5f96c18a80c06e54eba6557a1675a19a7f8ad24c</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 5f96c18a80c mafft: needs thread_local_storage
</span>5f96c18a80c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5f96c18a80c06e54eba6557a1675a19a7f8ad24c
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Fri Sep 20 12:51:55 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> mafft: needs thread_local_storage
</span>---
science/mafft/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/mafft/Portfile b/science/mafft/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7394e935bf6..253c1fc2249 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/mafft/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/mafft/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +27,10 @@ extract.rename yes
</span>
patchfiles-append patch-Makefile.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# dp.h:13: error: thread-local storage not supported for this target
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# mltaln.h:352: 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><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build.dir ${worksrcpath}/core
post-destroot {
</pre><pre style='margin:0'>
</pre>