freebsd-ports/graphics/libecwj2/files/patch-Source-include-NCSFileIO.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

11 lines
402 B
C

--- 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>