[102125] trunk/dports/devel/poco/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 28 00:31:14 PST 2013


Revision: 102125
          https://trac.macports.org/changeset/102125
Author:   jeremyhu at macports.org
Date:     2013-01-28 00:31:13 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
poco: Catch more versions of clang

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

Modified: trunk/dports/devel/poco/Portfile
===================================================================
--- trunk/dports/devel/poco/Portfile	2013-01-28 08:30:24 UTC (rev 102124)
+++ trunk/dports/devel/poco/Portfile	2013-01-28 08:31:13 UTC (rev 102125)
@@ -37,7 +37,7 @@
 
 set omit        {NetSSL_OpenSSL Data/ODBC Data/MySQL Crypto}
 
-if {${configure.compiler} == "clang"} {
+if {[string match *clang* ${configure.compiler}]} {
     set config      Darwin-clang
 } else {
     set config      Darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/7c83a872/attachment.html>


More information about the macports-changes mailing list