freebsd-ports/multimedia/libv4l/files/patch-configure
Koop Mast 636dab0705 Update libv4l and friends to 1.6.3.
Turn v4l-util and v4l_compat into slave ports.
"Steal" the dvb headers from linux 3.16.7 and roll them into a tarball.
Assign maintainership to multimedia@

Differential Revision:	https://reviews.freebsd.org/D1482
Approved by:		nox@, hslasky@, kwm@ (multimedia@)
2015-06-14 04:59:37 +00:00

11 lines
318 B
Text

--- configure.orig 2015-01-25 19:42:02.248041140 +0100
+++ configure 2015-01-25 19:42:14.503036421 +0100
@@ -19876,7 +19876,7 @@
WITH_LIBV4L_FALSE=
fi
- if test x$enable_v4l_utils != xno -a x$linux_os = xyes; then
+ if test x$enable_v4l_utils != xno; then
WITH_V4LUTILS_TRUE=
WITH_V4LUTILS_FALSE='#'
else