diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-04 12:42:23 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-15 21:33:36 +0200 |
commit | b6d912a0b3b02dbe8b145b29e5e51d5318110f33 (patch) | |
tree | 0a38e2cec8818224d34a544daee1bb43a952192e /net-libs/libpcap | |
parent | app-crypt/johntheripper-jumbo: remove unused patches (diff) | |
download | gentoo-b6d912a0b3b02dbe8b145b29e5e51d5318110f33.tar.gz gentoo-b6d912a0b3b02dbe8b145b29e5e51d5318110f33.tar.bz2 gentoo-b6d912a0b3b02dbe8b145b29e5e51d5318110f33.zip |
net-libs/libpcap: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27612
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch b/net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch deleted file mode 100644 index 937273c43ff0..000000000000 --- a/net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/pcap-config.in -+++ b/pcap-config.in -@@ -59,16 +59,16 @@ - # - if [ "$show_cflags" = 1 -a "$show_libs" = 1 ] - then -- echo "-I$includedir -L$libdir -lpcap $LIBS" -+ echo "-lpcap $LIBS" - elif [ "$show_cflags" = 1 -a "$show_additional_libs" = 1 ] - then -- echo "-I$includedir -L$libdir $LIBS" -+ echo "$LIBS" - elif [ "$show_cflags" = 1 ] - then -- echo "-I$includedir" -+ echo "" - elif [ "$show_libs" = 1 ] - then -- echo "-L$libdir -lpcap $LIBS" -+ echo "-lpcap $LIBS" - elif [ "$show_additional_libs" = 1 ] - then - echo "$LIBS" -@@ -80,15 +80,15 @@ - # - if [ "$show_cflags" = 1 -a "$show_libs" = 1 ] - then -- echo "-I$includedir -L$libdir $RPATH -l$PACKAGE_NAME" -+ echo " $RPATH -l$PACKAGE_NAME" - elif [ "$show_cflags" = 1 -a "$show_additional_libs" = 1 ] - then -- echo "-I$includedir" -+ echo "" - elif [ "$show_cflags" = 1 ] - then -- echo "-I$includedir" -+ echo "" - elif [ "$show_libs" = 1 ] - then -- echo "-L$libdir $RPATH -l$PACKAGE_NAME" -+ echo "$RPATH -l$PACKAGE_NAME" - fi - fi |