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

jeremyhu at macports.org jeremyhu at macports.org
Wed May 28 10:15:22 PDT 2014


Revision: 120447
          https://trac.macports.org/changeset/120447
Author:   jeremyhu at macports.org
Date:     2014-05-28 10:15:22 -0700 (Wed, 28 May 2014)
Log Message:
-----------
ld64: Partial fix of #43737 for existing users

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2014-05-28 16:40:38 UTC (rev 120446)
+++ trunk/dports/devel/ld64/Portfile	2014-05-28 17:15:22 UTC (rev 120447)
@@ -128,8 +128,14 @@
 
     patchfiles-delete   ld64-133-no-CrashReporterClient.h.patch ld64-136-i386-badAddress.patch PR-16935960.patch PR-16936488.patch
     patchfiles-append   ld64-127-any-cctools.patch
-} elseif {${cxxstdlib} eq "libstdc++"} {
-    patchfiles-append   ld64-236-hash_set.patch
+} else {
+    # http://trac.macports.org/ticket/43737
+    # TODO: Figure out a better way to bootstrap this...
+    compiler.blacklist-append *gcc*
+
+    if {${cxxstdlib} eq "libstdc++"} {
+        patchfiles-append   ld64-236-hash_set.patch
+    }
 }
 
 platform darwin 8 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140528/d258f2e4/attachment.html>


More information about the macports-changes mailing list