summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/lcms/files/lcms-1.15-bsd.patch')
-rw-r--r--media-libs/lcms/files/lcms-1.15-bsd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/lcms/files/lcms-1.15-bsd.patch b/media-libs/lcms/files/lcms-1.15-bsd.patch
new file mode 100644
index 000000000000..a00959a17cbf
--- /dev/null
+++ b/media-libs/lcms/files/lcms-1.15-bsd.patch
@@ -0,0 +1,11 @@
+--- lcms-1.15/include/lcms.h
++++ lcms-1.15/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
+