diff options
author | joerg <joerg> | 2006-01-05 19:07:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-05 19:07:44 +0000 |
commit | b3328362c3594bad3ad994e6f2ffd8ed504fc393 (patch) | |
tree | 8ff579f8f0a127ba78820c1d0d31a5c801322b8a /multimedia/fxtv | |
parent | 75d39500cd4acc52023fa910cc501e1d8fd15c65 (diff) | |
download | pkgsrc-b3328362c3594bad3ad994e6f2ffd8ed504fc393.tar.gz |
Add some missing files from last commit. Fixes DragonFly support.
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r-- | multimedia/fxtv/patches/patch-am | 13 | ||||
-rw-r--r-- | multimedia/fxtv/patches/patch-ao | 14 |
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> |