[135658] trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl

larryv at macports.org larryv at macports.org
Tue Apr 28 22:44:52 PDT 2015


Revision: 135658
          https://trac.macports.org/changeset/135658
Author:   larryv at macports.org
Date:     2015-04-28 22:44:51 -0700 (Tue, 28 Apr 2015)
Log Message:
-----------
cxx11-1.0: Remove unnecessary quoting

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

Modified: trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl	2015-04-29 04:31:48 UTC (rev 135657)
+++ trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl	2015-04-29 05:44:51 UTC (rev 135658)
@@ -43,7 +43,7 @@
 # As we only support libc++, clang is implicitly required.
 # Blacklist all GCC compilers to not accidentally pull in libstdc++.
 # We do not know what "cc" is, so blacklist it as well.
-compiler.blacklist-append   {*gcc*} {clang < 500} macports-clang-2.* \
+compiler.blacklist-append   *gcc* {clang < 500} macports-clang-2.* \
                             {macports-clang-3.[0-2]} cc
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150428/cf87a84e/attachment.html>


More information about the macports-changes mailing list