HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #398

Ticket #398: pixman-0.19.4.patch

File pixman-0.19.4.patch, 471 bytes (added by michaelvoliveira, 5 years ago)

Enable pthreads

  • 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  
    149149#   define PIXMAN_GET_THREAD_LOCAL(name)                                \ 
    150150    (&name) 
    151151 
    152 #elif defined(HAVE_PTHREAD_SETSPECIFIC) 
     152#elif defined(HAVE_PTHREAD_SETSPECIFIC) || defined(__HAIKU__) 
    153153 
    154154#include <pthread.h> 
    155155 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/