mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-15 07:18:23 -04:00
16 lines
372 B
Plaintext
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
|