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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/00a95b1c1268ef635e05071f071477f0fbe466c3">https://github.com/macports/macports-ports/commit/00a95b1c1268ef635e05071f071477f0fbe466c3</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 00a95b1  Attica: Ensure to build with Qt4, even if qt5 is installed (fixes https://trac.macports.org/ticket/52689)
</span>00a95b1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 00a95b1c1268ef635e05071f071477f0fbe466c3
</span>Author: Nicolas Pavillon <nicos@macports.org>
AuthorDate: Tue Nov 8 22:02:26 2016 +0900

<span style='display:block; white-space:pre;color:#404040;'>    Attica: Ensure to build with Qt4, even if qt5 is installed (fixes https://trac.macports.org/ticket/52689)
</span>---
 kde/attica/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/attica/Portfile b/kde/attica/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e9909a8..29a5ea9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/attica/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/attica/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +20,8 @@ worksrcdir          ${name}-${version}
</span> checksums           rmd160  fae94a0a9b9064b3e25a00a759e2ef450bffe7d8 \
                     sha256  3b9c53770862c0b21b7af7ea15951c35831126022bb8d052760d9cf8bd7ee4f8
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DQT4_BUILD:BOOL=On
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> platform darwin 8 {
     configure.ldflags-append    -lz -lssl -lcrypto
 }
</pre><pre style='margin:0'>

</pre>