commit:     26f70addf68e90272bb071a57a320a1869b6e98f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec 12 13:35:12 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 13:35:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f70add

net-analyzer/tracebox: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/18616
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../tracebox/files/tracebox-0.2-deps.patch         | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/net-analyzer/tracebox/files/tracebox-0.2-deps.patch 
b/net-analyzer/tracebox/files/tracebox-0.2-deps.patch
deleted file mode 100644
index f6c748a410c..00000000000
--- a/net-analyzer/tracebox/files/tracebox-0.2-deps.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -32,15 +32,11 @@
-       ])
- ])
- 
--# Make sure libcrafter build a static library by adding the --disable-shared
--# argument to the configure script.
--ac_configure_args_pre="$ac_configure_args"
--ac_configure_args_post="$ac_configure_args --disable-shared"
--ac_configure_args="$ac_configure_args_post"
-+# check for libcrafter
-+PKG_CHECK_MODULES(crafter, crafter, LIBS="$LIBS 
$crafter_LIBS",AC_MSG_ERROR([libcrafter is required]))
- 
--AC_CONFIG_COMMANDS_PRE([ac_configure_args="$ac_configure_args_pre"])
--AC_CONFIG_COMMANDS_POST([ac_configure_args="$ac_configure_args_post"])
--AC_CONFIG_SUBDIRS(noinst/libcrafter/libcrafter)
-+# check for libpcap
-+AC_CHECK_LIB(pcap,pcap_open_offline,LIBS="$LIBS -lpcap",AC_MSG_ERROR([libpcap 
is required]))
- 
- # Enable click submodule
- AS_IF([test "x$enable_tests" = "xyes"], [
-@@ -50,7 +46,6 @@
- 
-       AC_CONFIG_COMMANDS_PRE([ac_configure_args="$ac_configure_args_pre"])
-       AC_CONFIG_COMMANDS_POST([ac_configure_args="$ac_configure_args_post"])
--      AC_CONFIG_SUBDIRS(tests/tools/click)
- 
-       AC_PATH_PROG([FAKEROOT], [fakeroot])
-       AS_IF([test -z "$FAKEROOT"], [

Reply via email to