[86137] trunk/base/src/port1.0/portconfigure.tcl
Ryan Schmidt
ryandesign at macports.org
Wed Oct 19 13:41:39 PDT 2011
On Oct 19, 2011, at 14:03, and.damore at macports.org wrote:
> Revision: 86137
> http://trac.macports.org/changeset/86137
> Author: and.damore at macports.org
> 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.
More information about the macports-dev
mailing list