<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4e6ab4a202b15fa41e25169de5b24d900817feee">https://github.com/macports/macports-ports/commit/4e6ab4a202b15fa41e25169de5b24d900817feee</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 4e6ab4a libunwind: needs cctools on older systems
</span>4e6ab4a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4e6ab4a202b15fa41e25169de5b24d900817feee
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Dec 26 10:08:27 2017 -0800
<span style='display:block; white-space:pre;color:#404040;'> libunwind: needs cctools on older systems
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> newer toolchains create objects that
</span><span style='display:block; white-space:pre;color:#404040;'> require current cctools to manage
</span>---
devel/libunwind/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libunwind/Portfile b/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 729ab18..c754f11 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,8 +109,8 @@ if {${subport} == "${name}-headers"} {
</span> RC_ARCHS="[get_canonical_archs]" \
LIBUNWIND_CURRENT_VERSION=${version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {[vercmp $xcodeversion 3.2] < 0 && [string match "*macports*" ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Xcode 3.1.4 fails with load commands in the newer toolchain
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[vercmp $xcodeversion 4.3] < 0 && [string match "*macports*" ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Xcode 4.2 fails with load commands in the newer toolchain
</span> depends_build-append port:cctools
build.args-append \
</pre><pre style='margin:0'>
</pre>