[90446] trunk/dports/devel/ld64/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Mar 5 21:08:32 PST 2012
On Mar 5, 2012, at 16:40, mfeiri at macports.org wrote:
> Revision: 90446
> http://trac.macports.org/changeset/90446
> Author: mfeiri at macports.org
> Date: 2012-03-05 14:40:05 -0800 (Mon, 05 Mar 2012)
> Log Message:
> -----------
> fix libLTO linking #33439 and accept darwin 8 support #32105
>
> Modified Paths:
> --------------
> trunk/dports/devel/ld64/Portfile
> -if {${os.major} < 9} {
> +
> +if {${os.major} < 8} {
> pre-fetch {
> - ui_error "${name} requires Mac OS X 10.5 or later."
> + ui_error "${name} requires Mac OS X 10.4 or later."
> return -code error "incompatible Mac OS X version"
> }
> }
This block can be removed, since MacPorts itself requires 10.4 or later.
More information about the macports-dev
mailing list