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

ryandesign at macports.org ryandesign at macports.org
Mon Nov 7 08:43:30 PST 2011


Revision: 86970
          http://trac.macports.org/changeset/86970
Author:   ryandesign at macports.org
Date:     2011-11-07 08:43:30 -0800 (Mon, 07 Nov 2011)
Log Message:
-----------
mongodb: use llvm-gcc-4.2 instead of clang; see #30598

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

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2011-11-07 16:35:14 UTC (rev 86969)
+++ trunk/dports/databases/mongodb/Portfile	2011-11-07 16:43:30 UTC (rev 86970)
@@ -51,6 +51,10 @@
 
 variant universal {}
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 build.env           TERM=xterm \
                     CFLAGS="[get_canonical_archflags]" \
                     CPPFLAGS="-I${prefix}/include/js -DXP_UNIX" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111107/41667dba/attachment.html>


More information about the macports-changes mailing list