[85940] trunk/dports/kde/kdelibs4/Portfile

snc at macports.org snc at macports.org
Mon Oct 17 15:13:15 PDT 2011


Revision: 85940
          http://trac.macports.org/changeset/85940
Author:   snc at macports.org
Date:     2011-10-17 15:13:12 -0700 (Mon, 17 Oct 2011)
Log Message:
-----------
kdelibs4: fix Lion build issue, #30642

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

Modified: trunk/dports/kde/kdelibs4/Portfile
===================================================================
--- trunk/dports/kde/kdelibs4/Portfile	2011-10-17 22:02:00 UTC (rev 85939)
+++ trunk/dports/kde/kdelibs4/Portfile	2011-10-17 22:13:12 UTC (rev 85940)
@@ -54,6 +54,11 @@
 
 patch.pre_args      -p1
 
+# does not work with clang, #30642
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 # explicitly define certain headers and libraries, to avoid
 # conflicts with those installed into system paths by the user.
 configure.args-append   -DWITH_ENCHANT=ON \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111017/a3d20c3b/attachment.html>


More information about the macports-changes mailing list