aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/v4l_compat/Makefile1
-rw-r--r--multimedia/v4l_compat/files/patch-dvb_frontend.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/v4l_compat/Makefile b/multimedia/v4l_compat/Makefile
index 21bf82f68d9f..11fd49c51937 100644
--- a/multimedia/v4l_compat/Makefile
+++ b/multimedia/v4l_compat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= v4l_compat
PORTVERSION= 1.0.${DUMMYDATE}
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= LOCAL/kwm
DUMMYDATE= 20100403
diff --git a/multimedia/v4l_compat/files/patch-dvb_frontend.h b/multimedia/v4l_compat/files/patch-dvb_frontend.h
new file mode 100644
index 000000000000..e2de2bfa0dc3
--- /dev/null
+++ b/multimedia/v4l_compat/files/patch-dvb_frontend.h
@@ -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)
+
+
+ /**