summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/fxtv/patches/patch-am13
-rw-r--r--multimedia/fxtv/patches/patch-ao14
2 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/fxtv/patches/patch-am b/multimedia/fxtv/patches/patch-am
new file mode 100644
index 00000000000..087dd16296b
--- /dev/null
+++ b/multimedia/fxtv/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2006/01/05 19:07:44 joerg Exp $
+
+--- 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
diff --git a/multimedia/fxtv/patches/patch-ao b/multimedia/fxtv/patches/patch-ao
new file mode 100644
index 00000000000..e477b2f236b
--- /dev/null
+++ b/multimedia/fxtv/patches/patch-ao
@@ -0,0 +1,14 @@
+$NetBSD: patch-ao,v 1.1 2006/01/05 19:07:44 joerg Exp $
+
+--- haup_remote.c.orig 2006-01-03 14:47:24.000000000 +0000
++++ haup_remote.c
+@@ -38,6 +38,9 @@
+ #include <sys/fcntl.h>
+ #ifdef __NetBSD__
+ # include <dev/ic/bt8xx.h>
++#elif defined(__DragonFly__)
++# include <dev/video/meteor/ioctl_meteor.h>
++# include <dev/video/bktr/ioctl_bt848.h>
+ #else
+ # include <machine/ioctl_meteor.h>
+ # include <machine/ioctl_bt848.h>