2013-09-26 17:14:40 +02:00

16 lines
372 B
Plaintext

$NetBSD: patch-am,v 1.2 2011/07/05 03:27:22 dholland Exp $
Dragonfly support.
--- tvcapture.h.orig 2006-01-03 14:45:01.000000000 +0000
+++ tvcapture.h
@@ -34,6 +34,8 @@
#include <X11/Intrinsic.h>
#ifdef __NetBSD__
# include <dev/ic/bt8xx.h>
+#elif defined(__DragonFly__)
+# include <dev/video/meteor/ioctl_meteor.h>
#else
# include <machine/ioctl_meteor.h>
#endif