aboutsummaryrefslogtreecommitdiff
path: root/graphics/nvidia-texture-tools/files/patch-src-nvcore-poshlib-posh.h
blob: 3346645b1446bf049f8ff0509f2f3cdb2b805199 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/nvcore/poshlib/posh.h.orig	2010-05-15 09:12:05 UTC
+++ src/nvcore/poshlib/posh.h
@@ -293,6 +293,11 @@ Metrowerks:
 #  define POSH_OS_STRING "Linux"
 #endif
 
+#if defined __FreeBSD__
+#  define POSH_OS_FREEBSD 1
+#  define POSH_OS_STRING "FreeBSD"
+#endif
+
 #if defined __CYGWIN32__
 #  define POSH_OS_CYGWIN32 1
 #  define POSH_OS_STRING "Cygwin"