Ticket #398: pixman-0.19.4.patch
| File pixman-0.19.4.patch, 471 bytes (added by michaelvoliveira, 5 years ago) |
|---|
-
pixman/pixman-compiler.h
diff -Naur pixman-0.19.4/pixman/pixman-compiler.h pixman-0.19.4-haiku/pixman/pixman-compiler.h
old new 149 149 # define PIXMAN_GET_THREAD_LOCAL(name) \ 150 150 (&name) 151 151 152 #elif defined(HAVE_PTHREAD_SETSPECIFIC) 152 #elif defined(HAVE_PTHREAD_SETSPECIFIC) || defined(__HAIKU__) 153 153 154 154 #include <pthread.h> 155 155
