summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-10-10 20:45:24 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-10-10 22:20:46 +0200
commit8487d32b8c9ba925555964a86553b8eab4a94ecc (patch)
tree857112cd91ea0be6d22ab99c71c729fe05167fe3 /net-analyzer
parentgames-simulation/openrct2: add 0.4.15, update live ebuild (diff)
downloadgentoo-8487d32b8c9ba925555964a86553b8eab4a94ecc.tar.gz
gentoo-8487d32b8c9ba925555964a86553b8eab4a94ecc.tar.bz2
gentoo-8487d32b8c9ba925555964a86553b8eab4a94ecc.zip
net-analyzer/tcpdump: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/tcpdump/files/tcpdump-9999-lfs.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-analyzer/tcpdump/files/tcpdump-9999-lfs.patch b/net-analyzer/tcpdump/files/tcpdump-9999-lfs.patch
deleted file mode 100644
index 396614ef3ad2..000000000000
--- a/net-analyzer/tcpdump/files/tcpdump-9999-lfs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://github.com/the-tcpdump-group/tcpdump/pull/1068
-
-From 54278acb038f0d16ed75cdddb35fd2813a7cdcef Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Thu, 27 Jul 2023 08:31:53 +0100
-Subject: [PATCH] configure.ac: use AC_SYS_LARGEFILE
-
-This enables 64-bit off_t where it's opt-in (e.g. glibc) on 32-bit platforms.
-
-Bug: https://bugs.gentoo.org/911176
-Signed-off-by: Sam James <sam@gentoo.org>
---- a/configure.ac
-+++ b/configure.ac
-@@ -30,7 +30,7 @@ if test "$ac_cv_prog_cc_c99" = "no"; then
- fi
- AC_LBL_C_INIT(V_CCOPT, V_INCLS)
- AC_C_INLINE
--
-+AC_SYS_LARGEFILE
- AC_CHECK_HEADERS(fcntl.h rpc/rpc.h rpc/rpcent.h net/if.h)
-
- case "$host_os" in