summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-09-19 19:35:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-20 18:35:33 +0200
commit0dc0e86178557c8a7d5fd2b007e9bd4505354aed (patch)
treea31971eaf5aeb0d7368266550dc09522e4758959
parentapp-emacs/geiser-guile: bump to 0.28.3 (diff)
downloadgentoo-0dc0e86178557c8a7d5fd2b007e9bd4505354aed.tar.gz
gentoo-0dc0e86178557c8a7d5fd2b007e9bd4505354aed.tar.bz2
gentoo-0dc0e86178557c8a7d5fd2b007e9bd4505354aed.zip
app-arch/engrampa: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-arch/engrampa/files/engrampa-1.26.0-clang16.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-arch/engrampa/files/engrampa-1.26.0-clang16.patch b/app-arch/engrampa/files/engrampa-1.26.0-clang16.patch
deleted file mode 100644
index 334987a40baf..000000000000
--- a/app-arch/engrampa/files/engrampa-1.26.0-clang16.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/875404
-https://github.com/mate-desktop/engrampa/pull/477
-
-From f54425f1f994fc235c6cdd4013eb9fcf17da9f29 Mon Sep 17 00:00:00 2001
-From: Florian Weimer <fweimer@redhat.com>
-Date: Fri, 14 Apr 2023 22:35:08 +0200
-Subject: [PATCH] file-utils: Include <strings.h> for strcasecmp
-
-The _XOPEN_SOURCE macro definition overrides _DEFAULT_SOURCE
-and disables the declaration in <string.h>.
-
-This avoids an implicit function declaration and build failures
-with future compilers.
---- a/src/file-utils.c
-+++ b/src/file-utils.c
-@@ -27,6 +27,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <strings.h>
- #include <ctype.h>
- #include <time.h>
- #include <unistd.h>
-