<pre style='margin:0'>
Leonardo Brondani Schenkel (lbschenkel) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3112f33339025523621396806712f25ca7a1ca66">https://github.com/macports/macports-ports/commit/3112f33339025523621396806712f25ca7a1ca66</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 3112f333390 neomutt: Use the right compiler
</span>3112f333390 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3112f33339025523621396806712f25ca7a1ca66
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Fri Aug 7 01:09:48 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    neomutt: Use the right compiler
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/wiki/UsingTheRightCompiler.
</span>---
 mail/neomutt/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/neomutt/Portfile b/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 07b5ef0cd88..02761452ddf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           legacysupport 1.1
 
 github.setup        neomutt neomutt 20200626
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          mail
 platforms           darwin
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,7 @@ configure.args      --disable-idn \
</span> 
 # disable ccache, build issues with autosetup
 configure.ccache     no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.env-append CCACHE=none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env-append CCACHE=none CC_FOR_BUILD=${configure.cc}
</span> 
 default_variants    +gpgme +idn +mutt
 if {${install.user} ne "root"} {
</pre><pre style='margin:0'>

</pre>