<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7e09b3c14c1651decfa860a131183c7b7f77aacd">https://github.com/macports/macports-ports/commit/7e09b3c14c1651decfa860a131183c7b7f77aacd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7e09b3c14c1651decfa860a131183c7b7f77aacd
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Oct 16 13:07:04 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> notmuch: Link with the right C++ standard library
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Might fix build on Mac OS X 10.6-10.8.
</span>---
mail/notmuch/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/notmuch/Portfile b/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd4f8daa605..a0649ea2bed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,6 +58,10 @@ configure.args --with-docs \
</span>
configure.python ${prefix}/bin/python${python_branch}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[string match *clang* ${configure.cxx}]} {
</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> # Add path to sphinx-build
configure.env-append \
PATH=${frameworks_dir}/Python.framework/Versions/${python_branch}/bin:$env(PATH) \
</pre><pre style='margin:0'>
</pre>