<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/514d37a317faa02990145a07281c206fbda87eed">https://github.com/macports/macports-ports/commit/514d37a317faa02990145a07281c206fbda87eed</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 514d37a317faa02990145a07281c206fbda87eed
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Mar 27 02:55:15 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> libcxx: add known_fail for unsupported platforms
</span>---
lang/libcxx/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxx/Portfile b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8b6046d..5650737 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,6 +60,7 @@ set libcxx_worksrcpath [file join ${workpath} ${libcxx_distname}]
</span>
platform darwin {
if {${os.major} < 9} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ known_fail yes
</span> pre-fetch {
ui_error "${name} is not supported on Tiger or earlier."
error "unsupported platform"
</pre><pre style='margin:0'>
</pre>