[97962] trunk/dports/databases/mongodb/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 20 19:10:59 PDT 2012


Revision: 97962
          http://trac.macports.org//changeset/97962
Author:   ryandesign at macports.org
Date:     2012-09-20 19:10:59 -0700 (Thu, 20 Sep 2012)
Log Message:
-----------
mongodb: use compiler.blacklist; add modeline

Modified Paths:
--------------
    trunk/dports/databases/mongodb/Portfile

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2012-09-21 01:16:18 UTC (rev 97961)
+++ trunk/dports/databases/mongodb/Portfile	2012-09-21 02:10:59 UTC (rev 97962)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -43,8 +44,8 @@
 
 variant universal {}
 
-if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.3] < 0} {
-    configure.compiler llvm-gcc-4.2
+if {[vercmp ${xcodeversion} 4.3] < 0} {
+    compiler.blacklist clang
 }
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120920/7c62efa5/attachment.html>


More information about the macports-changes mailing list