From 5ad68ff98943f57cc3cfb81093a1c0f78495544a Mon Sep 17 00:00:00 2001 From: Esteve Varela Colominas Date: Thu, 27 Aug 2026 14:58:38 +0200 Subject: [PATCH] net-im/telegram-desktop: Always find minizip through pkg-config A workaround was being used for the faulty cmakelists of minizip-ng, but it turns out that mainline sys-fs/zlib[minizip] doesn't have a cmake file, nor is there an upstream FindMINIZIP.cmake module in dev-build/cmake... Thanks-to: Yixun Lan Closes: https://github.com/gentoo/gentoo/pull/46720 Signed-off-by: Esteve Varela Colominas Signed-off-by: Yixun Lan --- net-im/telegram-desktop/telegram-desktop-7.1.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/telegram-desktop/telegram-desktop-7.1.2.ebuild b/net-im/telegram-desktop/telegram-desktop-7.1.2.ebuild index 18a5ebeaf7bed..92177c95f8a57 100644 --- a/net-im/telegram-desktop/telegram-desktop-7.1.2.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-7.1.2.ebuild @@ -106,6 +106,7 @@ src_prepare() { # Some packages are found through pkg_check_modules, rather than find_package sed -e '/find_package(lz4 /d' -i cmake/external/lz4/CMakeLists.txt || die sed -e '/find_package(xxHash /d' -i cmake/external/xxhash/CMakeLists.txt || die + sed -e '/find_package(minizip /d' -i cmake/external/minizip/CMakeLists.txt || die # Greedily remove ThirdParty directories, keep only ones that interest us local keep=(