pkgsrc-Bulk archive

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

Re: pkgsrc-2011Q4 NetBSD 4.0.1/i386 2012-03-13 19:24



On Wed, Mar 14, 2012 at 11:07:05AM +0100, Manuel Bouyer wrote:
> shared-mime-info fails to build, breaking a lot of package, but this
> seems to be really a problem with libxml2 which has recently changed
> on the branch:

netbsd-4 doesn't include pthread_equal fallback in libc. I don't think
forcing libxml2 to link against libpthread all the time is a good idea,
so a netbsd-4 specific work around would be

#define pthread_equal(x,y) ((x) == (y))

in whatever file uses it, after the include for pthread.h.

Joerg


Home | Main Index | Thread Index | Old Index