From 4c4d4fa5fa01e314494d35ebba1259c79d648d38 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 22 Nov 2018 18:14:34 +0100 Subject: net-analyzer/wireshark: Update patch for live ebuild Fixes: https://bugs.gentoo.org/671694 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers --- .../wireshark/files/wireshark-99999999-androiddump-wsutil.patch | 8 -------- 1 file changed, 8 deletions(-) (limited to 'net-analyzer/wireshark/files') diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch index 4c6ddceeea67..9715de676f16 100644 --- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch +++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch @@ -17,11 +17,3 @@ ${GLIB2_LIBRARIES} ${ZLIB_LIBRARIES} ${CMAKE_DL_LIBS} -@@ -89,7 +92,6 @@ - ) - - add_executable(androiddump WIN32 ${androiddump_FILES}) -- # XXX Shouldn't we add wsutil to androiddump_LIBS instead? - set_extcap_executable_properties(androiddump) - target_link_libraries(androiddump ${androiddump_LIBS}) - install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR}) -- cgit v1.2.3-65-gdbad