[114379] trunk/dports/graphics/inkscape-devel/Portfile

devans at macports.org devans at macports.org
Fri Dec 6 10:50:40 PST 2013


Revision: 114379
          https://trac.macports.org/changeset/114379
Author:   devans at macports.org
Date:     2013-12-06 10:50:40 -0800 (Fri, 06 Dec 2013)
Log Message:
-----------
inkscape-devel: update c++11 compiler check.

Modified Paths:
--------------
    trunk/dports/graphics/inkscape-devel/Portfile

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2013-12-06 18:32:00 UTC (rev 114378)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2013-12-06 18:50:40 UTC (rev 114379)
@@ -117,7 +117,7 @@
 configure.cppflags-append \
     -I${worksrcpath}/src/extension/script
 
-if {${configure.compiler} == "clang"} {
+if {[string match "*clang*" ${configure.compiler}]} {
     configure.cxxflags-append -std=c++11
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131206/cdee2122/attachment.html>


More information about the macports-changes mailing list