summaryrefslogtreecommitdiff
path: root/x11/pixman/patches/patch-aa
blob: 1856da3e8e7b61cdec86044ff3f653636667b6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.1.1.1 2007/11/08 19:51:43 bjs Exp $

Not only OpenBSD has <inttypes.h>.

--- pixman/pixman.h.orig	2007-10-24 12:30:17.000000000 -0400
+++ pixman/pixman.h
@@ -75,7 +75,7 @@ SOFTWARE.
 #if defined (__SVR4) && defined (__sun)
 #  include <sys/int_types.h>
 #  include <stdint.h>
-#elif defined (__OpenBSD__)
+#elif defined (HAVE_INTTYPES_H)
 #  include <inttypes.h>
 #elif defined (_MSC_VER)
 typedef __int8 int8_t;