<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/c90b133570975b16bdfdb54994614341bc66530a">https://github.com/macports/macports-ports/commit/c90b133570975b16bdfdb54994614341bc66530a</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 c90b133 libunwind: don't default to +universal on 10.14+
</span>c90b133 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c90b133570975b16bdfdb54994614341bc66530a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Mar 24 13:17:58 2019 +1100
<span style='display:block; white-space:pre;color:#404040;'> libunwind: don't default to +universal on 10.14+
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: #58227
</span>---
devel/libunwind/Portfile | 4 +++-
1 file changed, 3 insertions(+), 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 c754f11..770c232 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;'>@@ -73,7 +73,9 @@ if {${subport} == "${name}-headers"} {
</span> compiler.blacklist-append {clang < 100} *gcc-4.\[0123456\]
variant universal {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +universal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} < 18} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +universal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span>
set cxx_stdlibflags {}
if {[string match *clang* ${configure.cxx}]} {
</pre><pre style='margin:0'>
</pre>