commit: c97edeb24711a4590f4b4213a33c2d375ab42b8d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jul 2 13:03:02 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Jul 3 22:00:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97edeb2
app-arch/drpm: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31708 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-arch/drpm/files/drpm-0.5.1-c99.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app-arch/drpm/files/drpm-0.5.1-c99.patch b/app-arch/drpm/files/drpm-0.5.1-c99.patch deleted file mode 100644 index 208284f53cff..000000000000 --- a/app-arch/drpm/files/drpm-0.5.1-c99.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://github.com/rpm-software-management/drpm/commit/0bde9b7711a2fa8b811830cadfc979365f9362c6 -From: Florian Weimer <[email protected]> -Date: Thu, 12 Jan 2023 08:17:19 +0100 -Subject: [PATCH] C99 compatibility fix for drpm_write.c - -Include <string.h> for various string functions. This avoids -implicit function declarations and resulting build failures with -future compilers. ---- a/src/drpm_write.c -+++ b/src/drpm_write.c -@@ -23,6 +23,7 @@ - - #include <stdio.h> - #include <stdint.h> -+#include <string.h> - #include <fcntl.h> - #include <openssl/md5.h> - #include <rpm/rpmlib.h>
