components/lcms/patches/003-icc34.h.in.patch
changeset 174 187aa0541610
equal deleted inserted replaced
173:69315e61a221 174:187aa0541610
       
     1 --- include/icc34.h.in	2007-05-25 07:04:02.000000000 -0700
       
     2 +++ include/icc34.h.in	2011-03-29 16:11:47.693553324 -0700
       
     3 @@ -144,7 +144,7 @@
       
     4   */
       
     5  
       
     6  
       
     7 -#ifdef PACKAGE_NAME
       
     8 +#if !defined(HAVE_INTTYPES_H) || !defined(HAVE_STDINT_H)
       
     9  /*
       
    10    June 9, 2003, Adapted for use with configure by Bob Friesenhahn
       
    11    Added the stupid check for autoconf by Marti Maria. 
       
    12 @@ -214,6 +214,8 @@
       
    13  
       
    14  #if defined (__MINGW) || defined(__MINGW32__)
       
    15  #include <stdint.h>
       
    16 +#elif defined(_sun)
       
    17 +#include <inttypes.h>
       
    18  #endif
       
    19  
       
    20