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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5a700d1cc83deaa0aff89cd49415831734b97844">https://github.com/macports/macports-ports/commit/5a700d1cc83deaa0aff89cd49415831734b97844</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 5a700d1cc83 folly: comments: remove multi-byte chars See: https://github.com/macports/macports-ports/pull/15689
</span>5a700d1cc83 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5a700d1cc83deaa0aff89cd49415831734b97844
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Aug 21 14:35:11 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    folly: comments: remove multi-byte chars
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/15689
</span>---
 devel/folly/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/folly/Portfile b/devel/folly/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 992f39e216b..ac4d37f837d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/folly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/folly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ PortGroup           legacysupport 1.1
</span> legacysupport.newest_darwin_requires_legacy 19
 
 if {[string match *clang* ${configure.compiler}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Don’t use libcxx with gcc.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Don't use libcxx with gcc.
</span>     legacysupport.use_mp_libcxx yes
 }
 
</pre><pre style='margin:0'>

</pre>