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

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 23 23:38:04 PDT 2012


Revision: 98065
          http://trac.macports.org//changeset/98065
Author:   jeremyhu at macports.org
Date:     2012-09-23 23:38:04 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
MacVim: Use compiler blacklisting from base

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

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2012-09-24 06:33:48 UTC (rev 98064)
+++ trunk/dports/editors/MacVim/Portfile	2012-09-24 06:38:04 UTC (rev 98065)
@@ -45,8 +45,9 @@
 }
 
 # 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
+configure.blacklist macports-clang-2.9 macports-clang-3.0
+if {[vercmp ${xcodeversion} 4.4] < 0} {
+    configure.blacklist-append clang
 }
 
 post-extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/f7204a40/attachment.html>


More information about the macports-changes mailing list