[102036] trunk/dports/kde/kde4-baseapps/Portfile

nicos at macports.org nicos at macports.org
Fri Jan 25 06:36:54 PST 2013


Revision: 102036
          https://trac.macports.org/changeset/102036
Author:   nicos at macports.org
Date:     2013-01-25 06:36:54 -0800 (Fri, 25 Jan 2013)
Log Message:
-----------
kde4-baseapps: forcing clang as a compiler

Modified Paths:
--------------
    trunk/dports/kde/kde4-baseapps/Portfile

Modified: trunk/dports/kde/kde4-baseapps/Portfile
===================================================================
--- trunk/dports/kde/kde4-baseapps/Portfile	2013-01-25 09:12:08 UTC (rev 102035)
+++ trunk/dports/kde/kde4-baseapps/Portfile	2013-01-25 14:36:54 UTC (rev 102036)
@@ -28,6 +28,12 @@
 
 configure.args-append   -DWITH_XKB=OFF
 
+#Forces use of clang compiler (does not build with gcc)
+if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
+    depends_build-append    port:clang-3.1
+    configure.compiler      macports-clang-3.1
+}
+
 universal_variant   no
 
 livecheck.url       http://kde.mirrors.hoobly.com/stable/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130125/63d92072/attachment.html>


More information about the macports-changes mailing list