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 334987a40baf3..0000000000000 --- 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 -Date: Fri, 14 Apr 2023 22:35:08 +0200 -Subject: [PATCH] file-utils: Include for strcasecmp - -The _XOPEN_SOURCE macro definition overrides _DEFAULT_SOURCE -and disables the declaration in . - -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 - #include - #include -+#include - #include - #include - #include -