summaryrefslogtreecommitdiff
path: root/net-im/tg_owt/files/patch-cmake_external.cmake
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2025-05-23 18:05:36 -0400
committerSergey A. Osokin <osa@FreeBSD.org>2025-05-23 18:06:17 -0400
commit603ace5cb27653c5e274cac1f116dc9d2908861c (patch)
tree9092aba9db90ed7d88f98040ac07c3df78769cc3 /net-im/tg_owt/files/patch-cmake_external.cmake
parentwww/py-multidict: update 6.4.3 → 6.4.4 (diff)
net-im/tg_owt: update to the recent snapshot
Bump PORTREVISION for the net-im/telegram-desktop.
Diffstat (limited to 'net-im/tg_owt/files/patch-cmake_external.cmake')
-rw-r--r--net-im/tg_owt/files/patch-cmake_external.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/tg_owt/files/patch-cmake_external.cmake b/net-im/tg_owt/files/patch-cmake_external.cmake
deleted file mode 100644
index cfd164d0aa03..000000000000
--- a/net-im/tg_owt/files/patch-cmake_external.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
---- cmake/external.cmake.orig 2023-01-11 16:35:01 UTC
-+++ cmake/external.cmake
-@@ -120,6 +120,9 @@ function(link_libabsl target_name)
- absl::type_traits
- absl::variant
- )
-+ find_package(PkgConfig REQUIRED)
-+ pkg_check_modules(ABSL REQUIRED QUIET absl_flags)
-+ target_include_directories(${target_name} PRIVATE ${ABSL_INCLUDE_DIRS})
- endif()
- endif()
- if (NOT absl_FOUND)