commit:     530c6ba6f1b64bcf45c2066a75542140008d66a1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Nov  5 15:29:58 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 09:30:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530c6ba6

net-im/telegram-desktop: remove unused patch

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22830
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../files/tdesktop-2.9.3-add-libdl-dependency.patch       | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git 
a/net-im/telegram-desktop/files/tdesktop-2.9.3-add-libdl-dependency.patch 
b/net-im/telegram-desktop/files/tdesktop-2.9.3-add-libdl-dependency.patch
deleted file mode 100644
index 3df0601b454..00000000000
--- a/net-im/telegram-desktop/files/tdesktop-2.9.3-add-libdl-dependency.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Add missed dependency on libdl
-
-https://github.com/desktop-app/lib_webview/commit/3cb51ac668d4e1b4f7f2b95fed1192350ba403af
-
---- tdesktop-2.9.3-full.orig/Telegram/lib_webview/CMakeLists.txt
-+++ tdesktop-2.9.3-full/Telegram/lib_webview/CMakeLists.txt
-@@ -56,6 +56,8 @@
- 
-         pkg_check_modules(WEBKIT REQUIRED webkit2gtk-4.0)
-         target_include_directories(lib_webview SYSTEM PUBLIC 
${WEBKIT_INCLUDE_DIRS})
-+
-+        target_link_libraries(lib_webview PUBLIC ${CMAKE_DL_LIBS})
-     else()
-         remove_target_sources(lib_webview ${src_loc}
-             webview/platform/linux/webview_linux_webkit_gtk.cpp

Reply via email to