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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d4d23165f03dc26f5b9651150f3539b187c5fa82">https://github.com/macports/macports-ports/commit/d4d23165f03dc26f5b9651150f3539b187c5fa82</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 d4d2316  SuiteSparse: honor the selected compiler
</span>d4d2316 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d4d23165f03dc26f5b9651150f3539b187c5fa82
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Aug 2 11:04:40 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse: honor the selected compiler
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56903
</span>---
 math/SuiteSparse/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/SuiteSparse/Portfile b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5a5f166..37d3c46 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -238,7 +238,8 @@ if {${subport} eq ${name}} {
</span>         patchfiles-append   patch-shared_lib.diff
 
         configure.env-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            OPTIMIZATION=${configure.optflags}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            OPTIMIZATION=${configure.optflags} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            AUTOCC=no
</span>         configure.optflags
 
         configure.universal_cflags
</pre><pre style='margin:0'>

</pre>