summaryrefslogtreecommitdiff
path: root/graphics/blender/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender/patches/patch-ab')
-rw-r--r--graphics/blender/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/blender/patches/patch-ab b/graphics/blender/patches/patch-ab
deleted file mode 100644
index 85f3ac5f069..00000000000
--- a/graphics/blender/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/05/28 15:51:40 jschauma Exp $
-
---- source/blender/blenlib/intern/storage.c.orig Tue May 27 14:34:50 2003
-+++ source/blender/blenlib/intern/storage.c Tue May 27 14:35:08 2003
-@@ -60,7 +60,7 @@
- #include <sys/statfs.h>
- #endif
-
--#if defined (__FreeBSD__) || defined (__OpenBSD__)
-+#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__)
- #include <sys/param.h>
- #include <sys/mount.h>
- #endif