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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ba9c2960f9a1b239d1a5f20b442e61484c4b3eb4">https://github.com/macports/macports-ports/commit/ba9c2960f9a1b239d1a5f20b442e61484c4b3eb4</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 ba9c2960f9a lis: set compilers.allow_arguments_mismatch yes to enable build with gfortran10
</span>ba9c2960f9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ba9c2960f9a1b239d1a5f20b442e61484c4b3eb4
</span>Author: tenomoto <takeshi@macports.org>
AuthorDate: Tue Aug 25 08:42:25 2020 +0900

<span style='display:block; white-space:pre;color:#404040;'>    lis: set compilers.allow_arguments_mismatch yes to enable build with gfortran10
</span>---
 math/lis/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/lis/Portfile b/math/lis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9eef57759e4..94e46cf035e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/lis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/lis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,8 @@ checksums           rmd160  96da204d829b5ee241df0ddaa5f473324809f6f9 \
</span>                     size    3986826
 
 mpi.setup           require_fortran
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.allow_arguments_mismatch \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    yes
</span> 
 # respect MacPorts compiler
 patchfiles-append   patch-compiler.diff
</pre><pre style='margin:0'>

</pre>