opnsense-ports/multimedia/libv4l/files/patch-configure
Franco Fichtner e9e91b328a */*: sync with upstream
Taken from: FreeBSD
2015-06-15 07:19:01 +02: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