<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bdd1708590ae3ea6bca85a24a8d59a675a6e3025">https://github.com/macports/macports-ports/commit/bdd1708590ae3ea6bca85a24a8d59a675a6e3025</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 bdd1708 qt5-qtcreator: add missing clang build dependency
</span>bdd1708 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit bdd1708590ae3ea6bca85a24a8d59a675a6e3025
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Oct 20 06:41:13 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> qt5-qtcreator: add missing clang build dependency
</span>---
devel/qt5-qtcreator/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qt5-qtcreator/Portfile b/devel/qt5-qtcreator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 826bbbe..34ca506 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qt5-qtcreator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qt5-qtcreator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,6 +53,7 @@ if { ${subport} eq ${name} } {
</span>
# LLVM 7 does not seem to work (see https://bugreports.qt.io/browse/QTCREATORBUG-21237)
depends_lib-append port:llvm-6.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append port:clang-6.0
</span> configure.args-append "LLVM_INSTALL_DIR=${prefix}/libexec/llvm-6.0"
depends_build-append port:python27
</pre><pre style='margin:0'>
</pre>