commit: 186e6656e5ad053e69625719bea832735eba2433 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Dec 29 08:59:48 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Dec 29 18:33:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186e6656
media-libs/libv4l: remove unused patch Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14163 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> .../libv4l/files/libv4l-1.14.1-sysmacros.patch | 26 ---------------------- 1 file changed, 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 b8190507fc7..00000000000 --- 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>
