<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch dar
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3c4f428ca667bbb42bf3c1bb97dfde4b90eb8240">https://github.com/macports/macports-ports/commit/3c4f428ca667bbb42bf3c1bb97dfde4b90eb8240</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3c4f428ca667bbb42bf3c1bb97dfde4b90eb8240
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Mar 27 16:19:05 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    dar: don't opportunistically try to build Python bindings
</span>---
 archivers/dar/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/dar/Portfile b/archivers/dar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8270778..8535588 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/dar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/dar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,3 +42,6 @@ compiler.cxx_standard 2011
</span> compiler.blacklist-append {clang < 800}
 
 universal_variant   no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# don't opportunistically try to build Python bindings
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --disable-python-binding
</span></pre><pre style='margin:0'>

</pre>