commit:     2b305a5d1f5a06156ae022915f3265cbf76f026c
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  2 19:29:42 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Dec  2 19:29:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b305a5d

mail-client/mutt: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../mutt/files/mutt-2.2.12-configure-c99.patch     | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch 
b/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
deleted file mode 100644
index d8837706d15f..000000000000
--- a/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://gitlab.com/muttmua/mutt/-/merge_requests/175
-
-From 563c5f60521f1541b739480a5e242f6cd3a450ef Mon Sep 17 00:00:00 2001
-From: Florian Weimer <[email protected]>
-Date: Thu, 7 Dec 2023 19:39:06 +0100
-Subject: [PATCH] configure.ac: Fix ICONV_NONTRANS probe
-
-The standard iconv function uses char ** even for its input argument.
-With a const char ** argument, ICONV_NONTRANS is incorrectly set to 1
-if the compiler produces an error for such incompatible pointer types.
-
-Although as far as I can see, the only thing that accomplishes is
-disabling an assert, so it probably does not matter much.
---- a/configure.ac
-+++ b/configure.ac
-@@ -1325,10 +1325,10 @@ AC_CACHE_CHECK([whether iconv is non-transcribing], 
mutt_cv_iconv_nontrans,
- int main()
- {
-   iconv_t cd;
--  const char *ib;
-+  char *ib;
-   char *ob;
-   size_t ibl, obl;
--  const char *s = "\304\211";
-+  char *s = (char *) "\304\211";
- changequote(, )dnl
-   char t[3];
- changequote([, ])dnl
--- 
-GitLab

Reply via email to