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

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 24 15:52:17 PST 2015


Revision: 132148
          https://trac.macports.org/changeset/132148
Author:   jeremyhu at macports.org
Date:     2015-01-24 15:52:17 -0800 (Sat, 24 Jan 2015)
Log Message:
-----------
Fix build of ld64-latest on Snow Leopard

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-24 20:08:48 UTC (rev 132147)
+++ trunk/dports/devel/ld64/Portfile	2015-01-24 23:52:17 UTC (rev 132148)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               compiler_blacklist_versions 1.0
 
 name                    ld64
 epoch                   2
@@ -86,7 +87,8 @@
                         sha256  8ef36729b643201081ab45ebd8586ede8f9968bc17614b679a940faa82875ca6
 
     # http://trac.macports.org/ticket/43737
-    compiler.blacklist-append *gcc*
+    # < 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}
 
     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/e6d62a09/attachment.html>


More information about the macports-changes mailing list