freebsd-ports/multimedia/fxtv/files/patch-tvcapture.h
MIHIRA Sanpei Yoshiro 991b898e72 Re-add multimedia/fxtv and mplex
- update Mastersite
 - take maintainership from ports@FreeBSD.org.

Feature safe:	yes
2011-11-27 11:56:22 +00:00

21 lines
381 B
C

$FreeBSD$
--- tvcapture.h.orig
+++ tvcapture.h
@@ -34,8 +34,14 @@
#include <X11/Intrinsic.h>
#ifdef __NetBSD__
# include <dev/ic/bt8xx.h>
+#endif
+#ifdef __FreeBSD__
+#include <osreldate.h>
+#if __FreeBSD_version > 500000
+#include <dev/bktr/ioctl_meteor.h>
#else
-# include <machine/ioctl_meteor.h>
+#include <machine/ioctl_meteor.h>
+#endif
#endif
#include "tvtypes.h"