pkgsrc/multimedia/fxtv/patches/patch-am
dholland 6ed83acafe Patch LP64 problems, add patch comments, fix some pkglint.
This may or may not fully run on LP64 platforms but it's much more
likely to now than previously.
2011-07-05 03:27:22 +00:00

15 lines
372 B
Text

$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