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

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