[cairo] cairo-1.1.6, patch for pixman library

Zakharov Mikhail zmey20000 at yahoo.com
Wed Jun 7 07:32:16 PDT 2006


Hello!

I tried to compile cairo-1.1.6 under HP-UX 11.11 on a hppa1.1 box with
gcc-4.1.0. Process failed with errors in
cairo-1.1.6/pixman/src/pixman.h. This simple patch fixes the problem.

Best regards,
Mikhail Zakharov


Вы уже с Yahoo!? Испытайте обновленную и улучшенную Yahoo! Почту! 
http://ru.mail.yahoo.com 
-------------- next part --------------
*** pixman.h.orig	Wed May  3 22:40:49 2006
--- pixman.h	Wed May  3 22:41:39 2006
***************
*** 81,87 ****
  
  #if defined (__SVR4) && defined (__sun)
  # include <sys/int_types.h>
! #elif defined (__OpenBSD__) || defined (_AIX) || defined (__osf__)
  # include <inttypes.h>
  #elif defined (_MSC_VER)
    typedef __int8 int8_t;
--- 81,87 ----
  
  #if defined (__SVR4) && defined (__sun)
  # include <sys/int_types.h>
! #elif defined (__OpenBSD__) || defined (_AIX) || defined (__osf__) || defined (__hpux__)
  # include <inttypes.h>
  #elif defined (_MSC_VER)
    typedef __int8 int8_t;


More information about the cairo mailing list