diff options
author | kwm <kwm@FreeBSD.org> | 2016-09-14 02:10:12 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-09-14 02:10:12 +0800 |
commit | b680e42e3b68767554394453990233cbbe3731d7 (patch) | |
tree | c0b25b43e69e9ab47627d747fd6bc39acdf79d0d /multimedia/libv4l/Makefile | |
parent | 0ae49d16647dacec3216d59341fb51ffa9c169dd (diff) | |
download | freebsd-ports-gnome-b680e42e3b68767554394453990233cbbe3731d7.tar.gz freebsd-ports-gnome-b680e42e3b68767554394453990233cbbe3731d7.tar.zst freebsd-ports-gnome-b680e42e3b68767554394453990233cbbe3731d7.zip |
Apply the "old" dvb fontend.h ioctl hack to the dvbv5 version.
So the ioctl doesn't error out.
Submitted by: hselasky@, Rozhuk Ivan <rozhuk.im@gmail.com>
Diffstat (limited to 'multimedia/libv4l/Makefile')
-rw-r--r-- | multimedia/libv4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile index 42661d666166..3bd679561596 100644 --- a/multimedia/libv4l/Makefile +++ b/multimedia/libv4l/Makefile @@ -4,7 +4,7 @@ PORTNAME?= libv4l PORTVERSION= 1.6.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= multimedia MASTER_SITES= http://linuxtv.org/downloads/v4l-utils/:master \ LOCAL/kwm:local |