Fix incorrectly defined FE_GET_PROPERTY ioctl for which the workaround
as used in the Linux drivers doesn't work on FreeBSD; more details in this thread: http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-April/010958.html Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Reviewed by: Hans Petter Selasky <hselasky@c2i.net>
This commit is contained in:
parent
8040ed8bcb
commit
644afd1c1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253445
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= v4l_compat
|
||||
PORTVERSION= 1.0.${DUMMYDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= LOCAL/kwm
|
||||
DUMMYDATE= 20100403
|
||||
|
11
multimedia/v4l_compat/files/patch-dvb_frontend.h
Normal file
11
multimedia/v4l_compat/files/patch-dvb_frontend.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- dvb/frontend.h.orig 2010-04-15 11:20:34.000000000 +0200
|
||||
+++ dvb/frontend.h 2010-04-15 11:21:23.000000000 +0200
|
||||
@@ -373,7 +373,7 @@
|
||||
};
|
||||
|
||||
#define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties)
|
||||
-#define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties)
|
||||
+#define FE_GET_PROPERTY _IOW('o', 83, struct dtv_properties)
|
||||
|
||||
|
||||
/**
|
Loading…
Reference in New Issue
Block a user