[86896] trunk/dports/kde/kate/Portfile

nicos at macports.org nicos at macports.org
Sun Nov 6 13:28:08 PST 2011


Revision: 86896
          http://trac.macports.org/changeset/86896
Author:   nicos at macports.org
Date:     2011-11-06 13:28:04 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
kate:avoid clang (ticket #31920)

Modified Paths:
--------------
    trunk/dports/kde/kate/Portfile

Modified: trunk/dports/kde/kate/Portfile
===================================================================
--- trunk/dports/kde/kate/Portfile	2011-11-06 20:22:41 UTC (rev 86895)
+++ trunk/dports/kde/kate/Portfile	2011-11-06 21:28:04 UTC (rev 86896)
@@ -24,5 +24,9 @@
 
 depends_lib-append  port:kdelibs4
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
 livecheck.regex     kate-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/10f19189/attachment.html>


More information about the macports-changes mailing list