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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e8f5850fc6d025b142cb23bd2acb47c794e3a22f">https://github.com/macports/macports-ports/commit/e8f5850fc6d025b142cb23bd2acb47c794e3a22f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e8f5850fc6d025b142cb23bd2acb47c794e3a22f
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Aug 5 17:53:12 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gnucash: force use of python 3.6
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    python 3.6 was previously listed as a build dep,
</span><span style='display:block; white-space:pre;color:#404040;'>    but was not actually used in many cases. This
</span><span style='display:block; white-space:pre;color:#404040;'>    commit forces the use of python 3.6 during the build.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/56538
</span><span style='display:block; white-space:pre;color:#404040;'>    PS: @horasio: I'll share that beer with drkp :>
</span>---
 gnome/gnucash/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gnucash/Portfile b/gnome/gnucash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fc24fb3..0ed287a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gnucash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gnucash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -108,6 +108,10 @@ configure.args    -DENABLE_BINRELOC=OFF \
</span>                   -DWITH_PYTHON=ON
 configure.perl    ${perl5.bin}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# force use of the requested python 3.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python3.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DPYTHON_INCLUDE_DIR:PATH=${frameworks_dir}/Python.framework/Versions/3.6/include/python3.6m
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DPYTHON_LIBRARY:FILEPATH=${frameworks_dir}/Python.framework/Versions/3.6/lib/libpython3.6.dylib
</span> 
 post-destroot {
     file delete ${destroot}${prefix}/lib/libgwengui-gtk3.dylib
</pre><pre style='margin:0'>

</pre>