pkgsrc-Bugs archive

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

Re: pkg/49762 (archivers/zoo won't build on Solaris)



I just saw the patch-ab

+#if defined(__sun)
+       retval = 0;
+#else

not sure if ignoring the tz is the best approach, you can get it from
"extern time_t timezone;".  perhaps:

+#if defined(__sun)
+       retval = timezone;
+#else

?


On Fri, Mar 27, 2015 at 12:14 PM, Brad Forschinger <bnjf%bnjf.id.au@localhost> wrote:
> zoo-2.10.1nb4 built OK!
>
> On Thu, Mar 26, 2015 at 8:28 PM, Jonathan Perkin <jperkin%pkgsrc.org@localhost> wrote:
>> The build was fixed in current back in January, though with a different
>> fix which doesn't take into consideration the offset.  Could you try your
>> change with the most recent version and report back whether it works?
>>
>> Thanks.
>>
>> --
>> Jonathan Perkin       www.perkin.org.uk
>> github.com/jperkin  twitter.com/jperkin


Home | Main Index | Thread Index | Old Index