[102123] trunk/dports/devel/liboil/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Jan 28 00:28:00 PST 2013
Revision: 102123
https://trac.macports.org/changeset/102123
Author: jeremyhu at macports.org
Date: 2013-01-28 00:28:00 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
liboil: Catch more clang versions
Modified Paths:
--------------
trunk/dports/devel/liboil/Portfile
Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile 2013-01-28 08:24:20 UTC (rev 102122)
+++ trunk/dports/devel/liboil/Portfile 2013-01-28 08:28:00 UTC (rev 102123)
@@ -44,7 +44,7 @@
}
# icky inline asm... clang doesn't want to touch it, but we can force it
-if {${configure.compiler} == "clang"} {
+if {[string match *clang* ${configure.compiler}]} {
configure.cflags-append -fheinous-gnu-extensions
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/779afeca/attachment.html>
More information about the macports-changes
mailing list