summaryrefslogtreecommitdiff
path: root/graphics/lcms/patches/patch-ab
blob: 8b3abeee90168ae787a41e0c495445f27aef886b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.10 2005/12/07 17:47:06 wiz Exp $

--- include/lcms.h.orig	2005-11-26 15:23:47.000000000 +0100
+++ include/lcms.h
@@ -134,7 +134,7 @@
 #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
 #  include <sys/types.h>
 #  define USE_INT64           1
-#  define LCMSSLONGLONG       int_64_t
+#  define LCMSSLONGLONG       int64_t
 #  define LCMSULONGLONG       u_int64_t
 #endif