opnsense-ports/graphics/libecwj2/files/patch-Source-include-NCSFileIO.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>