[110591] trunk/dports/devel/boost/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 2 11:39:46 PDT 2013


Revision: 110591
          https://trac.macports.org/changeset/110591
Author:   ryandesign at macports.org
Date:     2013-09-02 11:39:46 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
boost: fix typo from r110532 (#40351)

Revision Links:
--------------
    https://trac.macports.org/changeset/110532

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2013-09-02 18:16:56 UTC (rev 110590)
+++ trunk/dports/devel/boost/Portfile	2013-09-02 18:39:46 UTC (rev 110591)
@@ -95,7 +95,7 @@
     if {[string length ${configure.sdkroot}] != 0} { set compileflags "<compileflags>\"-isysroot ${configure.sdkroot}\"" }
 
     set linkflags ${configure.ldflags}
-    if {[info exists configure.cxx_stdlib] && ${configure.cxx_stdlib} ne {} && [string match *clang* ${configure.cxx}} {
+    if {[info exists configure.cxx_stdlib] && ${configure.cxx_stdlib} ne {} && [string match *clang* ${configure.cxx}]} {
         lappend linkflags -stdlib=${configure.cxx_stdlib}
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/e6978673/attachment.html>


More information about the macports-changes mailing list