summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-10-15 10:00:36 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-10-15 21:33:43 +0200
commit91636e316a2b8c9af9107d04f716f1cd9cc7a066 (patch)
tree55147e5a6c5ed11f560a381f99cc0c3174fca3fe /net-analyzer
parentx11-libs/libast: remove unused patch(es) (diff)
downloadgentoo-91636e316a2b8c9af9107d04f716f1cd9cc7a066.tar.gz
gentoo-91636e316a2b8c9af9107d04f716f1cd9cc7a066.tar.bz2
gentoo-91636e316a2b8c9af9107d04f716f1cd9cc7a066.zip
net-analyzer/wireshark: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27788 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch b/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch
deleted file mode 100644
index c0bfc3acd5a6..000000000000
--- a/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ui/CMakeLists.txt
-+++ b/ui/CMakeLists.txt
-@@ -76,6 +76,8 @@
-
- add_library(ui STATIC ${UI_SRC})
-
-+set(ui_LIBS wiretap)
-+
- set_target_properties(ui PROPERTIES
- LINK_FLAGS "${WS_LINK_FLAGS}"
- FOLDER "UI"