summaryrefslogtreecommitdiff
path: root/devel/tvision/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tvision/patches/patch-ab')
-rw-r--r--devel/tvision/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/tvision/patches/patch-ab b/devel/tvision/patches/patch-ab
deleted file mode 100644
index fcf834ad02d..00000000000
--- a/devel/tvision/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/05/17 01:18:08 jtb Exp $
-
---- lib/system.h.orig Fri May 11 12:33:54 2001
-+++ lib/system.h Fri May 11 12:34:15 2001
-@@ -107,6 +107,8 @@
-
- #ifdef __FreeBSD__
- #include <machine/endian.h>
-+#elif defined(__NetBSD__)
-+#include <sys/endian.h>
- #else
- #include <endian.h>
- #endif