diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-12-29 09:59:48 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-29 13:33:01 -0500 |
commit | 186e6656e5ad053e69625719bea832735eba2433 (patch) | |
tree | c358e16778f08b86e8ee136c9a546c096cc2653e /media-libs/libv4l | |
parent | sci-libs/scikits_learn: Bump, fix build (diff) | |
download | gentoo-186e6656e5ad053e69625719bea832735eba2433.tar.gz gentoo-186e6656e5ad053e69625719bea832735eba2433.tar.bz2 gentoo-186e6656e5ad053e69625719bea832735eba2433.zip |
media-libs/libv4l: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14163
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/libv4l')
-rw-r--r-- | media-libs/libv4l/files/libv4l-1.14.1-sysmacros.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/media-libs/libv4l/files/libv4l-1.14.1-sysmacros.patch b/media-libs/libv4l/files/libv4l-1.14.1-sysmacros.patch deleted file mode 100644 index b8190507fc7d..000000000000 --- a/media-libs/libv4l/files/libv4l-1.14.1-sysmacros.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c -=================================================================== ---- v4l-utils-1.14.1.orig/lib/libv4lconvert/control/libv4lcontrol.c -+++ v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c -@@ -20,9 +20,7 @@ - */ - - #include <sys/types.h> --#if defined(MAJOR_IN_SYSMACROS) - #include <sys/sysmacros.h> --#endif - #include <sys/mman.h> - #include <fcntl.h> - #include <sys/stat.h> -Index: v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp -=================================================================== ---- v4l-utils-1.14.1.orig/utils/v4l2-ctl/v4l2-ctl.cpp -+++ v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp -@@ -21,6 +21,7 @@ - */ - - #include <unistd.h> -+#include <sys/sysmacros.h> - #include <stdlib.h> - #include <stdio.h> - #include <string.h> |