[112926] trunk/dports/graphics/inkscape/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Nov 3 22:12:29 PST 2013
Revision: 112926
https://trac.macports.org/changeset/112926
Author: jeremyhu at macports.org
Date: 2013-11-03 22:12:29 -0800 (Sun, 03 Nov 2013)
Log Message:
-----------
inkscape: Fix compiler matching, still fails to build though
Modified Paths:
--------------
trunk/dports/graphics/inkscape/Portfile
Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile 2013-11-04 05:27:57 UTC (rev 112925)
+++ trunk/dports/graphics/inkscape/Portfile 2013-11-04 06:12:29 UTC (rev 112926)
@@ -94,7 +94,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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/a702c5fc/attachment.html>
More information about the macports-changes
mailing list