[95886] trunk/dports/editors/MacVim/Portfile

raimue at macports.org raimue at macports.org
Wed Jul 25 13:33:26 PDT 2012


Revision: 95886
          https://trac.macports.org/changeset/95886
Author:   raimue at macports.org
Date:     2012-07-25 13:33:25 -0700 (Wed, 25 Jul 2012)
Log Message:
-----------
editors/MacVim:
Allow compilation with clang with Xcode >= 4.4

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2012-07-25 20:10:41 UTC (rev 95885)
+++ trunk/dports/editors/MacVim/Portfile	2012-07-25 20:33:25 UTC (rev 95886)
@@ -43,8 +43,8 @@
     }
 }
 
-# does not run correctly when build with clang, see #30985
-if {${configure.compiler} == "clang"} {
+# does not run correctly when build with older clang releases, see #30985
+if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.4] < 0} {
     configure.compiler llvm-gcc-4.2
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120725/fd76ea09/attachment.html>


More information about the macports-changes mailing list