[86092] trunk/dports/kde/kde4-runtime/Portfile

snc at macports.org snc at macports.org
Wed Oct 19 04:11:09 PDT 2011


Revision: 86092
          http://trac.macports.org/changeset/86092
Author:   snc at macports.org
Date:     2011-10-19 04:11:08 -0700 (Wed, 19 Oct 2011)
Log Message:
-----------
kde4-runtime: can't use clang, #31655

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

Modified: trunk/dports/kde/kde4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kde4-runtime/Portfile	2011-10-19 11:10:51 UTC (rev 86091)
+++ trunk/dports/kde/kde4-runtime/Portfile	2011-10-19 11:11:08 UTC (rev 86092)
@@ -36,6 +36,10 @@
 patch.pre_args      -p1
 patchfiles          patch-nepomuk-services-storage-datamanagementmodel.h.diff
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler  llvm-gcc-4.2
+}
+
 configure.args-append   -DWITH_PulseAudio=OFF \
                         -DXINE_INCLUDE_DIR=\"\" \
                         -DXINE_LIBRARY=\"\" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111019/f3e17221/attachment-0001.html>


More information about the macports-changes mailing list