aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-03-25 20:27:39 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-03-25 20:27:39 +0000
commit891bcfcb2b7a5b73d75421e57ecc363dccbaeb6c (patch)
tree89b7b634468bfc404e61a22a94f135044c93b6be /multimedia/vlc/files
parent029d802146ae56489eba8daed195aa19e7a54b99 (diff)
downloadports-891bcfcb2b7a5b73d75421e57ecc363dccbaeb6c.tar.gz
ports-891bcfcb2b7a5b73d75421e57ecc363dccbaeb6c.zip
Notes
Diffstat (limited to 'multimedia/vlc/files')
-rw-r--r--multimedia/vlc/files/patch-modules_access_pvr.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/vlc/files/patch-modules_access_pvr.c b/multimedia/vlc/files/patch-modules_access_pvr.c
new file mode 100644
index 000000000000..de303ad8d7f6
--- /dev/null
+++ b/multimedia/vlc/files/patch-modules_access_pvr.c
@@ -0,0 +1,12 @@
+--- modules/access/pvr.c.orig 2010-03-23 17:37:48.000000000 +0100
++++ modules/access/pvr.c 2010-03-23 17:38:04.000000000 +0100
+@@ -38,7 +38,9 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <errno.h>
++#ifdef __linux__
+ #include <linux/types.h>
++#endif
+ #include <sys/ioctl.h>
+ #include <sys/poll.h>
+ #ifdef HAVE_NEW_LINUX_VIDEODEV2_H