<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/6e6a61d7f53a5d27b885a9980f999d00b8598166">https://github.com/macports/macports-ports/commit/6e6a61d7f53a5d27b885a9980f999d00b8598166</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 6e6a61d  boost: find library when using -flat_namespace
</span>6e6a61d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6e6a61d7f53a5d27b885a9980f999d00b8598166
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Jul 9 10:09:45 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    boost: find library when using -flat_namespace
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/49748
</span>---
 devel/boost/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost/Portfile b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f074817..e542a25 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -301,6 +301,10 @@ if {$subport eq $name} {
</span> 
     if {[mpi_variant_isset]} {
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # see https://trac.macports.org/ticket/49748
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # see http://www.openradar.me/25313838
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.ldflags-append -Lstage/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         # There is a conflict with debug support.
         # The issue has been reported to both the MacPorts team and the boost team, as per:
         # <http://trac.macports.org/ticket/23667> and <https://svn.boost.org/trac/boost/ticket/4461>
</pre><pre style='margin:0'>

</pre>