summaryrefslogtreecommitdiff
path: root/net-im/tdlib-purple/files/patch-test-CMakeLists.txt
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2023-12-18 01:53:48 -0500
committerMikhail Teterin <mi@FreeBSD.org>2023-12-18 01:55:48 -0500
commite07c60d9f57c6cac085b9a953aa41a02fa0ac71f (patch)
treeac0ac3704c52110362991a90e0be84910a71e31b /net-im/tdlib-purple/files/patch-test-CMakeLists.txt
parentadd databases/mysql81-server and databases/mysql81-client (diff)
net-im/tdlib-purple: add replacement for telegram-purple.
Deprecate the latter.
Diffstat (limited to 'net-im/tdlib-purple/files/patch-test-CMakeLists.txt')
-rw-r--r--net-im/tdlib-purple/files/patch-test-CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-im/tdlib-purple/files/patch-test-CMakeLists.txt b/net-im/tdlib-purple/files/patch-test-CMakeLists.txt
new file mode 100644
index 000000000000..6beab3b3d537
--- /dev/null
+++ b/net-im/tdlib-purple/files/patch-test-CMakeLists.txt
@@ -0,0 +1,9 @@
+--- test/CMakeLists.txt 2021-12-17 04:50:38.000000000 -0500
++++ test/CMakeLists.txt 2023-12-18 01:08:45.228855000 -0500
+@@ -41,5 +41,5 @@
+ set_property(TARGET tests PROPERTY CXX_STANDARD 14)
+ target_include_directories(tests PRIVATE ${CMAKE_SOURCE_DIR})
+-target_link_libraries(tests PRIVATE gtest fmt::fmt Td::TdStatic ${GLIB_LIBRARIES})
++target_link_libraries(tests PRIVATE gtest fmt Td::TdStatic ${GLIB_LIBRARIES})
+
+ if (DEFINED GTEST_PATH)