On Oct 19, 2011, at 14:02, [email protected] wrote: > Revision: 86136 > http://trac.macports.org/changeset/86136 > Author: [email protected] > Date: 2011-10-19 12:02:54 -0700 (Wed, 19 Oct 2011) > Log Message: > ----------- > portconfigure: adding CPP to configure phase environment > > Modified Paths: > -------------- > trunk/base/src/port1.0/portconfigure.tcl > > Modified: trunk/base/src/port1.0/portconfigure.tcl > =================================================================== > --- trunk/base/src/port1.0/portconfigure.tcl 2011-10-19 18:33:38 UTC (rev > 86135) > +++ trunk/base/src/port1.0/portconfigure.tcl 2011-10-19 19:02:54 UTC (rev > 86136) > @@ -618,6 +618,7 @@ > # Append configure flags. > append_list_to_environment_value configure "CC" > ${filter}${configure.cc} > append_list_to_environment_value configure "CXX" > ${filter}${configure.cxx} > + append_list_to_environment_value configure "CPP" > ${filter}${configure.cpp} > append_list_to_environment_value configure "OBJC" > ${filter}${configure.objc} > append_list_to_environment_value configure "FC" ${configure.fc} > append_list_to_environment_value configure "F77" ${configure.f77}
This should be reverted; CPP was deliberately omitted from the list. https://trac.macports.org/changeset/54609 _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
