diff options
author | kwm <kwm@FreeBSD.org> | 2011-06-28 05:03:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-06-28 05:03:06 +0800 |
commit | b7701ea6ae181b2d9b3cd7c23de307c2fd4a967d (patch) | |
tree | 115cbed04982398bff51028c81c80b05109d0d0c /multimedia/libv4l/Makefile | |
parent | dde659ee9702dc0a92a40d63131775eb51db84b4 (diff) | |
download | freebsd-ports-gnome-b7701ea6ae181b2d9b3cd7c23de307c2fd4a967d.tar.gz freebsd-ports-gnome-b7701ea6ae181b2d9b3cd7c23de307c2fd4a967d.tar.zst freebsd-ports-gnome-b7701ea6ae181b2d9b3cd7c23de307c2fd4a967d.zip |
Add a patch to unbreak compile of libv4l gcc 4.5 [1] and clang.
This should unbreak some libv4l users like pwcview [2]
Bump portrevision since this affects a installed header.
Reported by: avg@ [1], pointyhat via pav [2]
Submitted by: Jan Henrik Sylvester <me@janh.de>
Approved by: maintainer (hselasky@)
Diffstat (limited to 'multimedia/libv4l/Makefile')
-rw-r--r-- | multimedia/libv4l/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile index 2bb9597e7c71..d9a71841e1b8 100644 --- a/multimedia/libv4l/Makefile +++ b/multimedia/libv4l/Makefile @@ -7,6 +7,7 @@ PORTNAME= libv4l PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://linuxtv.org/downloads/v4l-utils/ DISTNAME= v4l-utils-${PORTVERSION} |