From c97edeb24711a4590f4b4213a33c2d375ab42b8d Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger <mmk@levelnine.at> Date: Sun, 2 Jul 2023 15:03:02 +0200 Subject: app-arch/drpm: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31708 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> --- app-arch/drpm/files/drpm-0.5.1-c99.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app-arch/drpm/files/drpm-0.5.1-c99.patch (limited to 'app-arch') 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 <fweimer@redhat.com> -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> -- cgit v1.2.3-65-gdbad