diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-02 15:03:02 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-04 00:00:23 +0200 |
commit | c97edeb24711a4590f4b4213a33c2d375ab42b8d (patch) | |
tree | 51fbad2333ad3a40dd5523927066ee61e200202e /app-arch/drpm | |
parent | dev-ruby/activesupport: remove unused patch (diff) | |
download | gentoo-c97edeb24711a4590f4b4213a33c2d375ab42b8d.tar.gz gentoo-c97edeb24711a4590f4b4213a33c2d375ab42b8d.tar.bz2 gentoo-c97edeb24711a4590f4b4213a33c2d375ab42b8d.zip |
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>
Diffstat (limited to 'app-arch/drpm')
-rw-r--r-- | app-arch/drpm/files/drpm-0.5.1-c99.patch | 18 |
1 files changed, 0 insertions, 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 <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> |