Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
$NetBSD: patch-lib_libdvbapi_dvbvideo.c,v 1.1 2011/07/15 22:59:20 jmcneill Exp $
--- lib/libdvbapi/dvbvideo.c.orig 2011-06-28 05:50:24.000000000 +0000
+++ lib/libdvbapi/dvbvideo.c
@@ -25,8 +25,13 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
+#ifdef __NetBSD__
+#include <sys/types.h>
+#include <dev/dtv/dtvio.h>
+#else
#include <linux/types.h>
#include <linux/dvb/video.h>
+#endif
#include <errno.h>
#include "dvbvideo.h"