[cairo] libpixman build failure on Irix
Dimitrios Apostolou
jimis at gmx.net
Tue Jun 3 11:01:29 PDT 2008
Hello list,
the following patch was necessary to build the libpixman on SGI Irix.
--- pixman/pixman.h.orig Fri May 30 17:55:32 2008
+++ pixman/pixman.h Fri May 30 17:55:38 2008
@@ -77,7 +77,7 @@
#if defined (__SVR4) && defined (__sun)
# include <sys/int_types.h>
# include <stdint.h>
-#elif defined (__OpenBSD__)
+#elif defined (__OpenBSD__) || defined (__sgi)
# include <inttypes.h>
#elif defined (_MSC_VER)
typedef __int8 int8_t;
Thanks in advance,
Dimitris
P.S. Please CC me as I'm not subscribed
More information about the cairo
mailing list