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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dbd3c6a240da8f612bc2179026dfe7f766cc1ec3">https://github.com/macports/macports-ports/commit/dbd3c6a240da8f612bc2179026dfe7f766cc1ec3</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 dbd3c6a240d libfmt: fix build on 10.11
</span>dbd3c6a240d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dbd3c6a240da8f612bc2179026dfe7f766cc1ec3
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Aug 7 10:46:00 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libfmt: fix build on 10.11
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    10.11's clang 800.0.42.1 also fails in the same way
</span>---
 devel/libfmt/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 a19a9b3bccb..06e47057fba 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;'>@@ -29,7 +29,7 @@ compiler.cxx_standard   2011
</span> # avoid
 #   error: default initialization of an object of const type 'const Answer' without a user-provided default constructor
 # error would be valid except Answer is empty
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 801}
</span> 
 configure.args-append \
     -DBUILD_SHARED_LIBS=ON
</pre><pre style='margin:0'>

</pre>