summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-01-07 15:50:23 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-01-29 13:13:41 +0200
commit80433fc760993095487951e1162e349c94765210 (patch)
treeda0471b1f400d2c31749ae9a174cf82765794db0 /media-tv/v4l-utils
parentdev-lang/teyjus/files: remove unused patch (diff)
downloadgentoo-80433fc760993095487951e1162e349c94765210.tar.gz
gentoo-80433fc760993095487951e1162e349c94765210.tar.bz2
gentoo-80433fc760993095487951e1162e349c94765210.zip
media-tv/v4l-utils: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14277 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-tv/v4l-utils')
-rw-r--r--media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch b/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch
deleted file mode 100644
index b8190507fc7d..000000000000
--- a/media-tv/v4l-utils/files/v4l-utils-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>