<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/7ab3aa49604dba3c2ef7d0ae8992e8a1728715f5">https://github.com/macports/macports-ports/commit/7ab3aa49604dba3c2ef7d0ae8992e8a1728715f5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7ab3aa49604dba3c2ef7d0ae8992e8a1728715f5
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri May 1 02:35:14 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> libfmt: add comment about compiler blacklisting
</span>---
devel/libfmt/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libfmt/Portfile b/devel/libfmt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0bd7e48..dec65ae 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libfmt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libfmt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,9 @@ checksums rmd160 f889aa1482832a170cabf73625092c123d65d1d8 \
</span> conflicts_build gtest
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# avoid
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: default initialization of an object of const type 'const Answer' without a user-provided default constructor
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# error would be valid except Answer is empty
</span> compiler.blacklist-append {clang < 800}
configure.args-append \
</pre><pre style='margin:0'>
</pre>