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

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 24 15:55:16 PST 2015


Revision: 132149
          https://trac.macports.org/changeset/132149
Author:   jeremyhu at macports.org
Date:     2015-01-24 15:55:16 -0800 (Sat, 24 Jan 2015)
Log Message:
-----------
ld64-latest: Adjust the clang blacklist to allow Xcode 4.1's clang

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-24 23:52:17 UTC (rev 132148)
+++ trunk/dports/devel/ld64/Portfile	2015-01-24 23:55:16 UTC (rev 132149)
@@ -87,8 +87,8 @@
                         sha256  8ef36729b643201081ab45ebd8586ede8f9968bc17614b679a940faa82875ca6
 
     # http://trac.macports.org/ticket/43737
-    # < 200 is a guess.  Xcode 4.2 might work, so leaving it as an option unless I hear otherwise
-    compiler.blacklist-append *gcc* {clang < 200}
+    # < 100 is a guess.  Xcode 4.1 might work, so I'm leaving it as an option unless someone reports a failure.
+    compiler.blacklist-append *gcc* {clang < 100}
 
     set makefile        "Makefile-133"
     set ld64_ver        latest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150124/64519dcd/attachment.html>


More information about the macports-changes mailing list