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-NCSFileIO.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
Notes
Notes:
svn path=/head/; revision=258676
Diffstat (limited to 'graphics/libecwj2/files/patch-Source-include-NCSFileIO.h')
-rw-r--r-- | graphics/libecwj2/files/patch-Source-include-NCSFileIO.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libecwj2/files/patch-Source-include-NCSFileIO.h b/graphics/libecwj2/files/patch-Source-include-NCSFileIO.h new file mode 100644 index 000000000000..9ee7962880d6 --- /dev/null +++ b/graphics/libecwj2/files/patch-Source-include-NCSFileIO.h @@ -0,0 +1,11 @@ +--- Source/include/NCSFileIO.h.orig 2009-04-05 21:25:23.000000000 +0400 ++++ Source/include/NCSFileIO.h 2009-04-05 21:25:47.000000000 +0400 +@@ -108,7 +108,7 @@ + #define NCS_FILE_SEP "/" + #define NCS_FILE_SEP_T NCS_T("/") + +-#elif defined SOLARIS || defined HPUX || defined LINUX ++#elif defined SOLARIS || defined HPUX || defined LINUX || defined FREEBSD + + #include <sys/types.h> + #include <sys/stat.h> |