On Oct 19, 2011, at 14:03, [email protected] wrote: > Revision: 86137 > http://trac.macports.org/changeset/86137 > Author: [email protected] > Date: 2011-10-19 12:03:31 -0700 (Wed, 19 Oct 2011) > Log Message: > ----------- > portconfigure: fixing typo in comment > > 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 19:02:54 UTC (rev > 86136) > +++ trunk/base/src/port1.0/portconfigure.tcl 2011-10-19 19:03:31 UTC (rev > 86137) > @@ -593,7 +593,7 @@ > system "cd ${worksrcpath} && make Makefiles" > } > } elseif {[tbool use_configure]} { > - # Merge (ld|c|cpp|cxx)flags into the environment variable. > + # Merge (ld|cc|cpp|cxx)flags into the environment variable. > parse_environment configure
There was no typo. It was correct before. The variable is called cflags, not ccflags. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
