summaryrefslogtreecommitdiff
path: root/graphics/nvidia-texture-tools/patches/patch-src_nvcore_poshlib_posh.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/nvidia-texture-tools/patches/patch-src_nvcore_poshlib_posh.h')
-rw-r--r--graphics/nvidia-texture-tools/patches/patch-src_nvcore_poshlib_posh.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/nvidia-texture-tools/patches/patch-src_nvcore_poshlib_posh.h b/graphics/nvidia-texture-tools/patches/patch-src_nvcore_poshlib_posh.h
deleted file mode 100644
index c716b7dd9c6..00000000000
--- a/graphics/nvidia-texture-tools/patches/patch-src_nvcore_poshlib_posh.h
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-src_nvcore_poshlib_posh.h,v 1.1 2016/09/18 17:08:20 kamil Exp $
-
-Add NetBSD support.
-
---- src/nvcore/poshlib/posh.h.orig 2010-05-15 09:12:05.000000000 +0000
-+++ src/nvcore/poshlib/posh.h
-@@ -372,6 +372,11 @@ Metrowerks:
- # define POSH_OS_STRING "Amiga"
- #endif
-
-+#if defined __NetBSD__
-+# define POSH_OS_NETBSD 1
-+# define POSH_OS_STRING "NetBSD"
-+#endif
-+
- #if defined __unix__
- # define POSH_OS_UNIX 1
- # if !defined POSH_OS_STRING
-@@ -1003,5 +1008,3 @@ extern posh_i64_t POSH_ReadI64FromBig(
- #ifdef __cplusplus
- }
- #endif
--
--