[101973] trunk/dports/kde/kate/Portfile
nicos at macports.org
nicos at macports.org
Wed Jan 23 06:00:03 PST 2013
Revision: 101973
https://trac.macports.org/changeset/101973
Author: nicos at macports.org
Date: 2013-01-23 06:00:03 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
kate: forcing clang as compiler (ticket #37596)
Modified Paths:
--------------
trunk/dports/kde/kate/Portfile
Modified: trunk/dports/kde/kate/Portfile
===================================================================
--- trunk/dports/kde/kate/Portfile 2013-01-23 13:57:26 UTC (rev 101972)
+++ trunk/dports/kde/kate/Portfile 2013-01-23 14:00:03 UTC (rev 101973)
@@ -26,5 +26,11 @@
depends_lib-append port:kdelibs4 \
port:oxygen-icons
+#Forces use of clang compiler (does not build with gcc, ticket #37596)
+if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
+ depends_build-append port:clang-3.1
+ configure.compiler macports-clang-3.1
+}
+
livecheck.url http://kde.mirrors.hoobly.com/stable/
livecheck.regex (\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/aaa004d7/attachment.html>
More information about the macports-changes
mailing list