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

ryandesign at macports.org ryandesign at macports.org
Mon Sep 24 09:06:18 PDT 2012


Revision: 98086
          http://trac.macports.org//changeset/98086
Author:   ryandesign at macports.org
Date:     2012-09-24 09:06:18 -0700 (Mon, 24 Sep 2012)
Log Message:
-----------
mongodb: specify C compiler in addition to C++ compiler; not doing so makes the C++ compiler get used to compile C code, which prints warnings that such use is deprecated

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

Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile	2012-09-24 15:36:23 UTC (rev 98085)
+++ trunk/dports/databases/mongodb/Portfile	2012-09-24 16:06:18 UTC (rev 98086)
@@ -62,7 +62,8 @@
 
 build.cmd           ${prefix}/bin/scons
 build.target        all mongobridge mongosniff
-build.args          --cxx=${configure.cxx} \
+build.args          --cc=${configure.cc} \
+                    --cxx=${configure.cxx} \
                     --full \
                     --use-system-pcre \
                     --use-system-sm \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120924/6411742d/attachment.html>


More information about the macports-changes mailing list