[109746] trunk/dports/devel/vxl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 12:36:51 PDT 2013


Revision: 109746
          https://trac.macports.org/changeset/109746
Author:   jeremyhu at macports.org
Date:     2013-08-19 12:36:51 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
vxl: Match other clang compilers

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

Modified: trunk/dports/devel/vxl/Portfile
===================================================================
--- trunk/dports/devel/vxl/Portfile	2013-08-19 19:34:38 UTC (rev 109745)
+++ trunk/dports/devel/vxl/Portfile	2013-08-19 19:36:51 UTC (rev 109746)
@@ -57,7 +57,7 @@
                 port:bzip2 \
                 port:libdc1394
 
-if {${configure.compiler} == "clang"} {
+if {[string match *clang* ${configure.compiler}]} {
     configure.cxxflags-append -Werror=gnu -Wno-error=vla
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/86706962/attachment.html>


More information about the macports-changes mailing list