pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45210: bootstrap fails with gcc-4.6 in libfetch (debian wheezy)



On 10/1/2011 8:24 PM, Alistair Crooks wrote:
> 
> We only care if IPV6_PORTRANGE is defined, so we should declare
> the variable:
> 
> #ifdef IPV6_PORTRANGE
>       int     low;
> #endif
>  

I don't think that would solve it.

line 687: low = CHECK_FLAG('l');

Your suggestion would cause line 687 to break, no?

John


Home | Main Index | Thread Index | Old Index