summaryrefslogtreecommitdiff
path: root/graphics/xine-lib/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xine-lib/patches/patch-ad')
-rw-r--r--graphics/xine-lib/patches/patch-ad25
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/xine-lib/patches/patch-ad b/graphics/xine-lib/patches/patch-ad
deleted file mode 100644
index 4866e938572..00000000000
--- a/graphics/xine-lib/patches/patch-ad
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2003/09/05 09:58:37 drochner Exp $
-
---- src/input/libdvdnav/vm.c.orig 2003-07-19 19:55:20.000000000 +0200
-+++ src/input/libdvdnav/vm.c 2003-08-24 11:25:12.000000000 +0200
-@@ -35,6 +35,7 @@
- #include <assert.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <sys/param.h>
- #include <fcntl.h>
-
- #include "ifo_types.h"
-@@ -133,10 +134,11 @@
-
- static void dvd_read_name(char *name, const char *device) {
- int fd, i;
--#if !defined(__FreeBSD__) && !defined(WIN32)
-+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(WIN32)
- off64_t off;
- #else
- off_t off;
-+#define lseek64 lseek
- #endif
- uint8_t data[DVD_VIDEO_LB_LEN];
-