1 $NetBSD: patch-af,v 1.11 2012/07/14 20:49:30 wiz Exp $
3 Use correct pthread options on NetBSD and MirBSD.
4 https://bugs.freedesktop.org/show_bug.cgi?id=52101
6 --- pixman/pixman-compiler.h.orig 2012-06-29 18:25:17.000000000 +0000
7 +++ pixman/pixman-compiler.h
9 # define PIXMAN_GET_THREAD_LOCAL(name) \
12 -#elif defined(HAVE_PTHREAD_SETSPECIFIC)
13 +#elif defined(HAVE_PTHREAD_SETSPECIFIC) || defined(__NetBSD__) || defined(__MirBSD__)