diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-24 19:18:59 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-27 17:40:28 +0200 |
commit | 08250e75e84c9be89637c61c806cb61af5b2fc27 (patch) | |
tree | 77c944fe9d4d51007a504c31346b8a08dec1ab0d /app-misc | |
parent | app-misc/logiops: remove unused patch (diff) | |
download | gentoo-08250e75e84c9be89637c61c806cb61af5b2fc27.tar.gz gentoo-08250e75e84c9be89637c61c806cb61af5b2fc27.tar.bz2 gentoo-08250e75e84c9be89637c61c806cb61af5b2fc27.zip |
app-misc/mx5000tools: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mx5000tools/files/mx5000tools-0.1.2-find-netpbm-header.patch | 22 | ||||
-rw-r--r-- | app-misc/mx5000tools/files/mx5000tools-0.1.2-musl.patch | 20 |
2 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/mx5000tools/files/mx5000tools-0.1.2-find-netpbm-header.patch b/app-misc/mx5000tools/files/mx5000tools-0.1.2-find-netpbm-header.patch deleted file mode 100644 index 9fb03d5b6aa3..000000000000 --- a/app-misc/mx5000tools/files/mx5000tools-0.1.2-find-netpbm-header.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/configure.ac 2006-12-05 05:37:05.000000000 +0100 -+++ b/configure.ac 2018-10-05 14:42:12.449181591 +0200 -@@ -13,7 +13,7 @@ - AC_CHECK_HEADER([linux/hiddev.h], [], [AC_MSG_ERROR([You need kernel headers that supports hiddev\, that is Linux 2.4 or greater])], [#include <asm/types.h>]) - - --AC_CHECK_HEADER([pbm.h], [], [AC_MSG_ERROR([You need pbm.h from the netpbm package\, possible the netpbm-devel package of your distribution])]) -+AC_CHECK_HEADER([netpbm/pbm.h], [], [AC_MSG_ERROR([You need pbm.h from the netpbm package\, possible the netpbm-devel package of your distribution])]) - AC_CHECK_LIB([netpbm],[pbm_readpbm], [], [AC_MSG_ERROR([You need netpbm installed])]) - - ---- a/libmx5000/mx5000image.c 2006-12-05 05:13:50.000000000 +0100 -+++ b/libmx5000/mx5000image.c 2018-10-05 14:48:44.093392505 +0200 -@@ -3,7 +3,7 @@ - #include <string.h> - #include <stdlib.h> - --#include <pbm.h> -+#include <netpbm/pbm.h> - #include "config.h" - - diff --git a/app-misc/mx5000tools/files/mx5000tools-0.1.2-musl.patch b/app-misc/mx5000tools/files/mx5000tools-0.1.2-musl.patch deleted file mode 100644 index 3b11cf3e5890..000000000000 --- a/app-misc/mx5000tools/files/mx5000tools-0.1.2-musl.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/libmx5000/mx5000.c -+++ b/libmx5000/mx5000.c -@@ -29,6 +29,7 @@ - - #include <asm/types.h> - #include <linux/hiddev.h> -+#include <linux/limits.h> - - #include "libmx5000/mx5000.h" - ---- a/libmx5000/hidraw_lib.c -+++ b/libmx5000/hidraw_lib.c -@@ -8,6 +8,7 @@ - #include <dirent.h> - #include <errno.h> - #include <fcntl.h> -+#include <linux/limits.h> - #include <stdlib.h> - #include <stdio.h> - #include <string.h> |