<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0ae09cc97f1078a8ff96a589304bd5e39d67bf9d">https://github.com/macports/macports-ports/commit/0ae09cc97f1078a8ff96a589304bd5e39d67bf9d</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 0ae09cc97f1 libunwind: enable universal on ARM systems
</span>0ae09cc97f1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0ae09cc97f1078a8ff96a589304bd5e39d67bf9d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Feb 27 11:20:59 2022 +1100

<span style='display:block; white-space:pre;color:#404040;'>    libunwind: enable universal on ARM systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This might help with build failures due to the Xcode toolchain picking
</span><span style='display:block; white-space:pre;color:#404040;'>    up a non-universal libunwind from the port when doing universal builds.
</span><span style='display:block; white-space:pre;color:#404040;'>    But really this port probably needs to install its library in a
</span><span style='display:block; white-space:pre;color:#404040;'>    different place so it won't be unexpectedly used like that.
</span>---
 devel/libunwind/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libunwind/Portfile b/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4dd104bebab..a24f8537cd2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +88,7 @@ if {${subport} eq "${name}-headers"} {
</span>     compiler.blacklist-append {clang < 100} *gcc-4.\[0123456\]
 
     variant universal   {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} < 18} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.arch} eq "arm" || ${os.major} < 18} {
</span>         default_variants +universal
     }
 
</pre><pre style='margin:0'>

</pre>