From e6625a3649b5751c517b9c2c5197dc9f919df1f0 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 23 Aug 2025 20:44:37 -0400 Subject: net-mail/notmuch: sync ::gentoo --- .../files/notmuch-0.37-configure-clang16.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 net-mail/notmuch/files/notmuch-0.37-configure-clang16.patch (limited to 'net-mail/notmuch/files/notmuch-0.37-configure-clang16.patch') diff --git a/net-mail/notmuch/files/notmuch-0.37-configure-clang16.patch b/net-mail/notmuch/files/notmuch-0.37-configure-clang16.patch deleted file mode 100644 index 42c1083..0000000 --- a/net-mail/notmuch/files/notmuch-0.37-configure-clang16.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/879739 -https://nmbug.notmuchmail.org/nmweb/show/20221202191908.848227-1-qsx%40chaotikum.eu - -Probe for strcasestr using the C++ compiler - -The C++ compiler may define _GNU_SOURCE, causing to -declare strcasestr, while the C compiler does not. As a result, -the probe may fail, resulting in an incompatible declaration -of strcasestr in compat/compat.h. - -Upstream discussion: - - [PATCH] compat/strcasestr: Include correct header file - - ---- a/compat/have_strcasestr.c -+++ b/compat/have_strcasestr.c -@@ -1,4 +1,5 @@ - #define _GNU_SOURCE -+#include - #include - - int - -- cgit v1.2.3-70-g09d2