summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-13 16:35:33 +0000
committerSam James <sam@gentoo.org>2023-01-13 16:46:36 +0000
commit60f7d9b860472c9074d0df011641fdb555437cdf (patch)
tree493499f645c75134ba11da81dff69ef57449cd83 /sys-apps/file/files/file-5.43-configure-clang16.patch
parentnet-nds/openldap: Stabilize 2.6.3-r3 hppa, #873568 (diff)
downloadgentoo-60f7d9b860472c9074d0df011641fdb555437cdf.tar.gz
gentoo-60f7d9b860472c9074d0df011641fdb555437cdf.tar.bz2
gentoo-60f7d9b860472c9074d0df011641fdb555437cdf.zip
sys-apps/file: drop 5.43-r3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/file/files/file-5.43-configure-clang16.patch')
-rw-r--r--sys-apps/file/files/file-5.43-configure-clang16.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-apps/file/files/file-5.43-configure-clang16.patch b/sys-apps/file/files/file-5.43-configure-clang16.patch
deleted file mode 100644
index 15fd5b1c4a05..000000000000
--- a/sys-apps/file/files/file-5.43-configure-clang16.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://github.com/file/file/commit/4502517cc7316569d5902ab65c97b3b8e46f8a25
-https://github.com/file/file/commit/8c845b7bbad085678695d3e70467b8eec3dfa7af
---- a/configure
-+++ b/configure
-@@ -14037,13 +14037,14 @@ else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
- #include <time.h>
-+#include <stdlib.h>
- int
- main (void)
- {
- #if !HAVE_DECL_DAYLIGHT
- extern int daylight;
- #endif
--atoi(daylight);
-+daylight = atoi("1");
- ;
- return 0;
- }