[121266] trunk/dports/_resources/port1.0/group

jeremyhu at macports.org jeremyhu at macports.org
Sat Jun 21 13:11:02 PDT 2014


Revision: 121266
          https://trac.macports.org/changeset/121266
Author:   jeremyhu at macports.org
Date:     2014-06-21 13:11:02 -0700 (Sat, 21 Jun 2014)
Log Message:
-----------
groups: Assume configure.cxx_stdlib is present as 2.3 has been out for a while

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl
    trunk/dports/_resources/port1.0/group/xcode-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2014-06-21 20:07:36 UTC (rev 121265)
+++ trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2014-06-21 20:11:02 UTC (rev 121266)
@@ -146,9 +146,7 @@
         configure.ld_archflags
 
         # the bootstrap compiler doesn't accept -stdlib
-        if {[info exists configure.cxx_stdlib]} {
-            configure.cxx_stdlib
-        }
+        configure.cxx_stdlib
 
         # We don't need system includes(this prevents xgcc to include system-wide
         # unwind.h if it is present)!

Modified: trunk/dports/_resources/port1.0/group/xcode-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/xcode-1.0.tcl	2014-06-21 20:07:36 UTC (rev 121265)
+++ trunk/dports/_resources/port1.0/group/xcode-1.0.tcl	2014-06-21 20:11:02 UTC (rev 121266)
@@ -277,10 +277,7 @@
     }
 
     # CLANG_CXX_LIBRARY
-    # TODO: Simplify once MacPorts 2.3 is released
-    if {[info exists configure.cxx_stdlib]} {
-        append xcode_build_args " CLANG_CXX_LIBRARY=\"${configure.cxx_stdlib}\""
-    }
+    append xcode_build_args " CLANG_CXX_LIBRARY=\"${configure.cxx_stdlib}\""
 
     return $xcode_build_args
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140621/08431de1/attachment.html>


More information about the macports-changes mailing list