diff options
Diffstat (limited to 'multimedia/xawtv/patches/patch-ad')
-rw-r--r-- | multimedia/xawtv/patches/patch-ad | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/xawtv/patches/patch-ad b/multimedia/xawtv/patches/patch-ad new file mode 100644 index 00000000000..cf185ed2fd1 --- /dev/null +++ b/multimedia/xawtv/patches/patch-ad @@ -0,0 +1,16 @@ +$NetBSD: patch-ad,v 1.1 2006/01/18 21:03:26 joerg Exp $ + +--- libng/plugins/drv0-bsd.c.orig 2006-01-18 20:47:34.000000000 +0000 ++++ libng/plugins/drv0-bsd.c +@@ -24,7 +24,10 @@ + #ifdef HAVE_DEV_IC_BT8XX_H + # include <dev/ic/bt8xx.h> + #endif +-#ifdef HAVE_MACHINE_IOCTL_BT848_H ++#if defined(__DragonFly__) ++# include <dev/video/meteor/ioctl_meteor.h> ++# include <dev/video/bktr/ioctl_bt848.h> ++#elif defined(HAVE_MACHINE_IOCTL_BT848_H) + # include <machine/ioctl_bt848.h> + # include <machine/ioctl_meteor.h> + #endif |