summaryrefslogtreecommitdiff
path: root/multimedia/fxtv
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-05 19:07:44 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-05 19:07:44 +0000
commitd56c4945f5f3ce06ed532c2eb84bba77dc0369ec (patch)
tree8ff579f8f0a127ba78820c1d0d31a5c801322b8a /multimedia/fxtv
parent23e2f6f67a48a0792fc29888356fec086b5fe81e (diff)
downloadpkgsrc-d56c4945f5f3ce06ed532c2eb84bba77dc0369ec.tar.gz
Add some missing files from last commit. Fixes DragonFly support.
Diffstat (limited to 'multimedia/fxtv')
-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>