Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libv4l/files/
Date: Sun, 29 Dec 2019 18:34:30
Message-Id: 1577644381.186e6656e5ad053e69625719bea832735eba2433.bman@gentoo
1 commit: 186e6656e5ad053e69625719bea832735eba2433
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 29 08:59:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 18:33:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186e6656
7
8 media-libs/libv4l: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14163
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../libv4l/files/libv4l-1.14.1-sysmacros.patch | 26 ----------------------
15 1 file changed, 26 deletions(-)
16
17 diff --git a/media-libs/libv4l/files/libv4l-1.14.1-sysmacros.patch b/media-libs/libv4l/files/libv4l-1.14.1-sysmacros.patch
18 deleted file mode 100644
19 index b8190507fc7..00000000000
20 --- a/media-libs/libv4l/files/libv4l-1.14.1-sysmacros.patch
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -Index: v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c
24 -===================================================================
25 ---- v4l-utils-1.14.1.orig/lib/libv4lconvert/control/libv4lcontrol.c
26 -+++ v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c
27 -@@ -20,9 +20,7 @@
28 - */
29 -
30 - #include <sys/types.h>
31 --#if defined(MAJOR_IN_SYSMACROS)
32 - #include <sys/sysmacros.h>
33 --#endif
34 - #include <sys/mman.h>
35 - #include <fcntl.h>
36 - #include <sys/stat.h>
37 -Index: v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp
38 -===================================================================
39 ---- v4l-utils-1.14.1.orig/utils/v4l2-ctl/v4l2-ctl.cpp
40 -+++ v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp
41 -@@ -21,6 +21,7 @@
42 - */
43 -
44 - #include <unistd.h>
45 -+#include <sys/sysmacros.h>
46 - #include <stdlib.h>
47 - #include <stdio.h>
48 - #include <string.h>