commit: c7c9370d17ff1ae879f69cc17805d7f6e1e20ed6 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jan 20 17:14:18 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Jan 20 21:57:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c9370d
net-p2p/airdcpp-webclient: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../airdcpp-webclient-2.12.1-miniupnpc-2.2.8.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/net-p2p/airdcpp-webclient/files/airdcpp-webclient-2.12.1-miniupnpc-2.2.8.patch b/net-p2p/airdcpp-webclient/files/airdcpp-webclient-2.12.1-miniupnpc-2.2.8.patch deleted file mode 100644 index 64dcce950d48..000000000000 --- a/net-p2p/airdcpp-webclient/files/airdcpp-webclient-2.12.1-miniupnpc-2.2.8.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/airdcpp/airdcpp-windows/commit/2b1cd3d05774ce8134186bb9977a45cf00aaaef5 - -From 2b1cd3d05774ce8134186bb9977a45cf00aaaef5 Mon Sep 17 00:00:00 2001 -From: maksis <[email protected]> -Date: Thu, 13 Jun 2024 20:05:17 +0300 -Subject: [PATCH] Add support for miniupnpc 2.2.8 - ---- a/airdcpp-core/airdcpp/Mapper_MiniUPnPc.cpp -+++ b/airdcpp-core/airdcpp/Mapper_MiniUPnPc.cpp -@@ -108,7 +108,12 @@ bool Mapper_MiniUPnPc::init() { - UPNPUrls urls; - IGDdatas data; - -+#if (MINIUPNPC_API_VERSION >= 18) -+ auto ret = UPNP_GetValidIGD(devices, &urls, &data, 0, 0, nullptr, 0); -+#else - auto ret = UPNP_GetValidIGD(devices, &urls, &data, 0, 0); -+#endif -+ - - bool ok = ret == 1; - if(ok) {
