diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-10-28 10:54:25 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-10-30 10:51:06 +0100 |
commit | 23b6672b40fc5834190a421c02399889a28435c8 (patch) | |
tree | 0d8e23b9a11fa7f3003ae48aadc15e7f33d21937 /net-libs/davix | |
parent | dev-util/perf: add 6.6 (diff) | |
download | gentoo-23b6672b40fc5834190a421c02399889a28435c8.tar.gz gentoo-23b6672b40fc5834190a421c02399889a28435c8.tar.bz2 gentoo-23b6672b40fc5834190a421c02399889a28435c8.zip |
net-libs/davix: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/33559
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'net-libs/davix')
-rw-r--r-- | net-libs/davix/files/davix-0.8.3-enable-ctest.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-libs/davix/files/davix-0.8.3-enable-ctest.patch b/net-libs/davix/files/davix-0.8.3-enable-ctest.patch deleted file mode 100644 index cbf6fc0663ae..000000000000 --- a/net-libs/davix/files/davix-0.8.3-enable-ctest.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f72e33a2877a2e26279b64c61e5d04249529727a Mon Sep 17 00:00:00 2001 -From: Guilherme Amadio <amadio@cern.ch> -Date: Fri, 16 Sep 2022 15:22:31 +0200 -Subject: [PATCH] Include CTest in main CMakeLists.txt - ---- - CMakeLists.txt | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ddd6a391..cb87ffc1 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -126,6 +126,8 @@ endif() - include_directories(${CMAKE_CURRENT_SOURCE_DIR}/deps/libneon/src/ ${UUID_INCLUDE_DIRS}) - include_directories(${CMAKE_SOURCE_DIR}/include/davix) - -+include(CTest) -+ - add_subdirectory (src) - add_subdirectory (doc) - --- -2.37.3 - |