freebsd-ports/graphics/libecwj2/files/patch-Source-include-NCSMisc.h
Sergey A. Osokin 214b06a42c Add graphics/libecwj2 that implements support for the JPEG2000 and
ECW image formats.

Submitted by:	glebius
2010-08-03 10:26:57 +00:00

12 lines
455 B
C

--- Source/include/NCSMisc.h.orig 2009-04-05 22:05:50.000000000 +0400
+++ Source/include/NCSMisc.h 2009-04-05 22:06:31.000000000 +0400
@@ -59,7 +59,8 @@
NCS_LINUX = 6, /* Linux */
NCS_PALM = 7, /* PalmOS (v2+) */
NCS_SOLARIS = 8, /* Solaris 2.5+ */
- NCS_HPUX = 9 /* HP-UX 11.0(64bit) */
+ NCS_HPUX = 9, /* HP-UX 11.0(64bit) */
+ NCS_FREEBSD = 10 /* FreeBSD */
} NCSPlatform;
void NCSFormatSizeText(INT64 nSizeBytes, char *buf);