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,16 @@
$NetBSD: patch-lib_libdvbapi_dvbdemux.c,v 1.1 2011/07/15 22:59:20 jmcneill Exp $
--- lib/libdvbapi/dvbdemux.c.orig 2011-06-28 05:50:24.000000000 +0000
+++ lib/libdvbapi/dvbdemux.c
@@ -27,7 +27,11 @@
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
+#ifdef __NetBSD__
+#include <dev/dtv/dtvio.h>
+#else
#include <linux/dvb/dmx.h>
+#endif
#include "dvbdemux.h"