[90992] trunk/dports/security/xmltooling/Portfile
snc at macports.org
snc at macports.org
Tue Mar 20 14:08:08 PDT 2012
Revision: 90992
https://trac.macports.org/changeset/90992
Author: snc at macports.org
Date: 2012-03-20 14:08:08 -0700 (Tue, 20 Mar 2012)
Log Message:
-----------
xmltooling: avoid clang, #33665
Modified Paths:
--------------
trunk/dports/security/xmltooling/Portfile
Modified: trunk/dports/security/xmltooling/Portfile
===================================================================
--- trunk/dports/security/xmltooling/Portfile 2012-03-20 21:01:02 UTC (rev 90991)
+++ trunk/dports/security/xmltooling/Portfile 2012-03-20 21:08:08 UTC (rev 90992)
@@ -29,6 +29,9 @@
--with-xerces=${prefix} \
--with-xmlsec=${prefix}
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
livecheck.type regex
livecheck.url http://www.shibboleth.net/downloads/c++-opensaml/latest/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120320/6e9864f7/attachment.html>
More information about the macports-changes
mailing list