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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ea5c5104fca793be8cdad835fdffcabb5f129867">https://github.com/macports/macports-ports/commit/ea5c5104fca793be8cdad835fdffcabb5f129867</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 ea5c510  scidavis: do not hardcode compiler (see https://trac.macports.org/ticket/54372)
</span>ea5c510 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ea5c5104fca793be8cdad835fdffcabb5f129867
</span>Author: Nicolas Pavillon <pavillon.nicolas@gmail.com>
AuthorDate: Mon Jun 25 01:44:45 2018 +0900

<span style='display:block; white-space:pre;color:#404040;'>    scidavis: do not hardcode compiler (see https://trac.macports.org/ticket/54372)
</span>---
 science/scidavis/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/scidavis/Portfile b/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f8420bc..4317cb6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +45,7 @@ configure.pre_args-append   "'CONFIG+=osx_dist noassistant'"
</span> 
 pre-configure {
     reinplace "s|/usr|${prefix}|g" ${worksrcpath}/config.pri
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|clang++|${configure.cxx}|g" ${worksrcpath}/config.pri
</span>     reinplace "s|/usr|${prefix}|g" ${worksrcpath}/fitPlugins/exp_saturation/exp_saturation.pro
     reinplace "s|/usr|${prefix}|g" ${worksrcpath}/fitPlugins/explin/explin.pro
     reinplace "s|/usr|${prefix}|g" ${worksrcpath}/fitPlugins/fitRational0/fitRational0.pro
</pre><pre style='margin:0'>

</pre>