openbsd-ports/graphics/lcms/patches/patch-.._include_lcms_h
brad dee077f8e4 add lcms port
--
LCMS is the Little Color Management System, a Color Matching Method
(CMM) library which implements fast transforms between ICC profiles.

Color management refers to techniques that ensure consistent color
as images are transferred from scanners or cameras to monitors and
printers.
2001-12-03 16:35:47 +00:00

13 lines
389 B
Plaintext

--- ../include/lcms.h.orig Sun Dec 2 22:59:00 2001
+++ ../include/lcms.h Sun Dec 2 23:05:26 2001
@@ -112,6 +112,9 @@
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
# include <sys/types.h>
+# if BYTE_ORDER == BIG_ENDIAN
+# define USE_BIG_ENDIAN 1
+# endif
# define USE_INT64 1
# undef LONGLONG
# define LONGLONG u_int64_t