summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2025-01-03 16:34:43 +0100
committerConrad Kostecki <conikost@gentoo.org>2025-01-04 23:47:08 +0100
commitc1c57909c0dd5b4c30e2b108c57a1d2dcfe89533 (patch)
treeb9341d705c0b6847d9bc22ead51313858d130d2a /net-analyzer
parentmedia-libs/libheif: remove unused patch(es) (diff)
downloadgentoo-c1c57909c0dd5b4c30e2b108c57a1d2dcfe89533.tar.gz
gentoo-c1c57909c0dd5b4c30e2b108c57a1d2dcfe89533.tar.bz2
gentoo-c1c57909c0dd5b4c30e2b108c57a1d2dcfe89533.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-libdir.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-analyzer/tcpdump/files/tcpdump-9999-libdir.patch b/net-analyzer/tcpdump/files/tcpdump-9999-libdir.patch
deleted file mode 100644
index 852ea6b6c132..000000000000
--- a/net-analyzer/tcpdump/files/tcpdump-9999-libdir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -371,7 +371,7 @@
-
- if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
- if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
-- LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
-+ LIBS="-l$ipv6lib $LIBS"
- echo "You have $ipv6lib library, using it"
- else
- if test "$ipv6trylibc" = "yes"; then
-@@ -891,7 +891,6 @@
- # at the front of the header and library search path.
- #
- CFLAGS="-I$withval/include $CFLAGS"
-- LIBS="-L$withval/lib $LIBS"
- fi
- ],[
- #