summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-02-17 15:35:13 +0100
committerDavid Seifert <soap@gentoo.org>2024-02-17 15:35:13 +0100
commitbe189f08c00810956c5af15b35ea0cd593c31658 (patch)
tree0dc26fb42a03839d93daed58807c7988822172f7 /app-misc/mc
parentapp-misc/ddcutil: remove unused patch (diff)
downloadgentoo-be189f08c00810956c5af15b35ea0cd593c31658.tar.gz
gentoo-be189f08c00810956c5af15b35ea0cd593c31658.tar.bz2
gentoo-be189f08c00810956c5af15b35ea0cd593c31658.zip
app-misc/mc: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/mc')
-rw-r--r--app-misc/mc/files/mc-4.8.29-autoconf-c99.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch b/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch
deleted file mode 100644
index f1577dd7abbc..000000000000
--- a/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a2dbad461b8a63630f9ad7cfa36b6613e85a91cb Mon Sep 17 00:00:00 2001
-From: Florian Weimer <fweimer@redhat.com>
-Date: Sun, 5 Feb 2023 18:38:37 +0100
-Subject: [PATCH] autoconf: Fix C99 compatibility issue in mc_GET_FS_INFO check
-Content-type: text/plain
-
-Include <fcntl.h> for the declaration of posix_fallocate. This
-avoids an implicit function declaration and build issues with future
-compilers.
-
-Signed-off-by: Florian Weimer <fweimer@redhat.com>
---- a/m4.include/mc-get-fs-info.m4
-+++ b/m4.include/mc-get-fs-info.m4
-@@ -8,6 +8,7 @@ AC_DEFUN([gl_POSIX_FALLOCATE], [
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[
- #define _XOPEN_SOURCE 600
- #include <stdlib.h>
-+ #include <fcntl.h>
- #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
- possibly broken posix_fallocate
- #endif
---
-2.39.1
-