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

jeremyhu at macports.org jeremyhu at macports.org
Mon May 27 11:51:34 PDT 2013


Revision: 106466
          https://trac.macports.org/changeset/106466
Author:   jeremyhu at macports.org
Date:     2013-05-27 11:51:33 -0700 (Mon, 27 May 2013)
Log Message:
-----------
ld64: Don't use libc++ as it causes issues with cctools found by the buildbot

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2013-05-27 18:08:56 UTC (rev 106465)
+++ trunk/dports/devel/ld64/Portfile	2013-05-27 18:51:33 UTC (rev 106466)
@@ -8,6 +8,7 @@
 name                    ld64
 # XCode 4.6
 version                 136
+revision                1
 categories              devel
 platforms               darwin
 maintainers             jeremyhu
@@ -96,14 +97,8 @@
 
     patchfiles-delete   ld64-133-no-CrashReporterClient.h.patch ld64-136-i386-badAddress.patch
     patchfiles-append   ld64-127-any-cctools.patch
-} else {
-    # The base version (ld64-136)
-    if {[string match *clang* ${configure.compiler}]} {
-        configure.cxxflags-append -stdlib=libc++
-        configure.ldflags-append  -stdlib=libc++
-    } else {
-        patchfiles-append   ld64-136-hash_set.patch
-    }
+} elseif {${os.major} < 13} {
+    patchfiles-append   ld64-136-hash_set.patch
 }
 
 platform darwin 8 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130527/8dc49dc2/attachment.html>


More information about the macports-changes mailing list