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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cad717be1f2b108bf26840082a38c740bca1f379">https://github.com/macports/macports-ports/commit/cad717be1f2b108bf26840082a38c740bca1f379</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 cad717b  scidavis: add stdlib to link flags on clang
</span>cad717b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cad717be1f2b108bf26840082a38c740bca1f379
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Fri Jun 29 14:43:54 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    scidavis: add stdlib to link flags on clang
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    fixes build on older systems
</span>---
 science/scidavis/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<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 2adfec6..706f81d 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;'>@@ -64,6 +64,11 @@ pre-configure {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/54372
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[string match *clang* ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append -stdlib=${configure.cxx_stdlib}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     #Put the application to the right folder
     move ${destroot}${prefix}/bin/scidavis.app ${destroot}${applications_dir}/scidavis.app
</pre><pre style='margin:0'>

</pre>