diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-08-03 10:26:57 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-08-03 10:26:57 +0000 |
commit | 214b06a42c3d7c239b4a04ea91486973892707ba (patch) | |
tree | afa55c4a92e026d48ee93107fc05d648ce9e4b8e /graphics/libecwj2/files/patch-Source-include-NCSJPCDefs.h | |
parent | Allows building executables simply from sbcl. (diff) |
Add graphics/libecwj2 that implements support for the JPEG2000 and
ECW image formats.
Submitted by: glebius
Diffstat (limited to 'graphics/libecwj2/files/patch-Source-include-NCSJPCDefs.h')
-rw-r--r-- | graphics/libecwj2/files/patch-Source-include-NCSJPCDefs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libecwj2/files/patch-Source-include-NCSJPCDefs.h b/graphics/libecwj2/files/patch-Source-include-NCSJPCDefs.h new file mode 100644 index 000000000000..50d27ba825c8 --- /dev/null +++ b/graphics/libecwj2/files/patch-Source-include-NCSJPCDefs.h @@ -0,0 +1,11 @@ +--- Source/include/NCSJPCDefs.h.orig 2006-07-02 20:15:24.000000000 -0500 ++++ Source/include/NCSJPCDefs.h 2009-03-16 14:00:27.000000000 -0500 +@@ -59,7 +59,7 @@ + // Use LCMS for ICC->RGB conversions, supports both + // restricted and full ICC profiles. + // +-#define NCSJPC_USE_LCMS ++//#define NCSJPC_USE_LCMS + + // + // Use TinyXML for XML DOM Parsing |