[112430] trunk/base/src/macports1.0/macports.tcl

jeremyhu at macports.org jeremyhu at macports.org
Tue Oct 22 14:40:19 PDT 2013


Revision: 112430
          https://trac.macports.org/changeset/112430
Author:   jeremyhu at macports.org
Date:     2013-10-22 14:40:19 -0700 (Tue, 22 Oct 2013)
Log Message:
-----------
Use libc++ on Mavericks

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2013-10-22 20:20:39 UTC (rev 112429)
+++ trunk/base/src/macports1.0/macports.tcl	2013-10-22 21:40:19 UTC (rev 112430)
@@ -964,7 +964,9 @@
         }
     }
     if {![info exists macports::cxx_stdlib]} {
-        if {$os_platform eq "darwin" && $os_major < 13} {
+        if {$os_platform eq "darwin" && $os_major >= 13} {
+            set macports::cxx_stdlib libc++
+        } elseif {$os_platform eq "darwin"} {
             set macports::cxx_stdlib libstdc++
         } else {
             set macports::cxx_stdlib {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131022/1e6e841b/attachment.html>


More information about the macports-changes mailing list