<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c2f63c5f89963b8171cf2530dac83f0d9b8c3071">https://github.com/macports/macports-ports/commit/c2f63c5f89963b8171cf2530dac83f0d9b8c3071</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 c2f63c5  qt5: don'y apply bluetooth headed patch to older OSs
</span>c2f63c5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c2f63c5f89963b8171cf2530dac83f0d9b8c3071
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Feb 19 13:51:49 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5: don'y apply bluetooth headed patch to older OSs
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See
</span><span style='display:block; white-space:pre;color:#404040;'>    https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/19951/steps/install-port/logs/stdio
</span>---
 aqua/qt5/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/Portfile b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 92b4202..d68a9da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1198,8 +1198,10 @@ foreach {module module_info} [array get modules] {
</span>                 build.env-append      CC=${configure.cc}
                 configure.args-append QMAKE_LINK=${configure.cxx}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/base/mac/sdk_forward_declarations.h?h=53-based&id=28b1110370900897ab652cb420c371fab8857ad4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                patchfiles-append patch-bluetooth.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                if { ${os.major} > 13 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    # see http://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/base/mac/sdk_forward_declarations.h?h=53-based&id=28b1110370900897ab652cb420c371fab8857ad4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    patchfiles-append patch-bluetooth.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                }
</span>             }
 
             # special case
</pre><pre style='margin:0'>

</pre>