[132156] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 24 17:11:05 PST 2015


Revision: 132156
          https://trac.macports.org/changeset/132156
Author:   jeremyhu at macports.org
Date:     2015-01-24 17:11:05 -0800 (Sat, 24 Jan 2015)
Log Message:
-----------
ld64-latest: Fix a build failure on the Snow Leopard buildbot

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-25 00:59:44 UTC (rev 132155)
+++ trunk/dports/devel/ld64/Portfile	2015-01-25 01:11:05 UTC (rev 132156)
@@ -154,6 +154,11 @@
     depends_build       path:include/mach-o/dyld_priv.h:dyld-headers \
                         path:include/mach-o/arm/reloc.h:libmacho-headers
 
+    if {[string match macports-clang-* ${configure.compiler}]} {
+        # For a new enough install_name_tool
+        depends_build-append port:cctools
+    }
+
     # We don't set llvmXX as the default variant on Tiger because it would introduce a
     # dependency cycle as llvm requires apple-gcc42 and ld64 to build correctly.  Users
     # wanting LTO support in ld64 on Tiger can install the +llvm variant after llvm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150124/05a4d922/attachment.html>


More information about the macports-changes mailing list