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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e13b0172a35f1bf0a510d6ea4c3b04178ef0b749">https://github.com/macports/macports-ports/commit/e13b0172a35f1bf0a510d6ea4c3b04178ef0b749</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 e13b0172a35 qBittorrent: attempt to fix build on 10.11 and earlier (#8873)
</span>e13b0172a35 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e13b0172a35f1bf0a510d6ea4c3b04178ef0b749
</span>Author: Zhenfu Shi <szf1234@me.com>
AuthorDate: Tue Oct 20 18:24:44 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qBittorrent: attempt to fix build on 10.11 and earlier (#8873)
</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/59980
</span>---
 net/qBittorrent/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/qBittorrent/Portfile b/net/qBittorrent/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5244612f118..f4ecbcfedbf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/qBittorrent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/qBittorrent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,11 @@ qt5.depends_component \
</span>                 qttranslations
 
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                --disable-gui
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --disable-gui \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --disable-silent-rules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --std=c++14
</span> 
 destroot {
         if {[variant_isset gui]} {
</pre><pre style='margin:0'>

</pre>