Revision: 81419 http://trac.macports.org/changeset/81419 Author: ryandesign@macports.org Date: 2011-07-29 23:26:12 -0700 (Fri, 29 Jul 2011) Log Message: ----------- recoll: ensure we're UsingTheRightCompiler; see #30465 Modified Paths: -------------- trunk/dports/textproc/recoll/Portfile Modified: trunk/dports/textproc/recoll/Portfile =================================================================== --- trunk/dports/textproc/recoll/Portfile 2011-07-30 06:25:08 UTC (rev 81418) +++ trunk/dports/textproc/recoll/Portfile 2011-07-30 06:26:12 UTC (rev 81419) @@ -39,5 +39,7 @@ configure.args --without-x \ --disable-x11mon +build.args CC=${configure.cc} CXX=${configure.cxx} + # g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags universal_variant no
participants (1)
-
ryandesign@macports.org