[89307] trunk/dports/kde/kdegames4/Portfile

snc at macports.org snc at macports.org
Tue Jan 24 07:16:07 PST 2012


Revision: 89307
          http://trac.macports.org/changeset/89307
Author:   snc at macports.org
Date:     2012-01-24 07:16:03 -0800 (Tue, 24 Jan 2012)
Log Message:
-----------
kdegames4: avoid clang, BKO #292329

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

Modified: trunk/dports/kde/kdegames4/Portfile
===================================================================
--- trunk/dports/kde/kdegames4/Portfile	2012-01-24 13:49:05 UTC (rev 89306)
+++ trunk/dports/kde/kdegames4/Portfile	2012-01-24 15:16:03 UTC (rev 89307)
@@ -21,6 +21,10 @@
 checksums           rmd160  ef3c730eb79704204ba7b6a50061bcc92617b2a4 \
                     sha256  dfa9f7d3b59bdf541090010c418b527e27b69a88c991f753fa70e02aa6e78230
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 depends_lib-append  port:kdelibs4 port:kde4-runtime \
                     port:libsndfile port:qhull \
                     port:ggz-client-libs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120124/66721a2d/attachment.html>


More information about the macports-changes mailing list