summaryrefslogtreecommitdiff
path: root/dev-libs/libbson/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /dev-libs/libbson/files
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'dev-libs/libbson/files')
-rw-r--r--dev-libs/libbson/files/libbson-1.13.0-no-uninstall.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-libs/libbson/files/libbson-1.13.0-no-uninstall.patch b/dev-libs/libbson/files/libbson-1.13.0-no-uninstall.patch
deleted file mode 100644
index 64a90bbe3ece..000000000000
--- a/dev-libs/libbson/files/libbson-1.13.0-no-uninstall.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f7a0dfe..22d1f4f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -271,7 +271,6 @@ if (ENABLE_MONGOC)
- VERSION_CURRENT
- VERSION_RELEASED
- # This sub-directory is added later, so manually include here
-- generate_uninstall/CMakeLists.txt
- )
-
- set_local_dist (top_DIST ${top_DIST_local})
-@@ -341,14 +340,8 @@ if (WIN32)
- else ()
- set (UNINSTALL_PROG "uninstall.sh")
- endif ()
--set (UNINSTALL_PROG_DIR "${CMAKE_INSTALL_FULL_DATADIR}/mongo-c-driver")
-
- # Create uninstall program and associated uninstall target
- #
- # This needs to be last (after all other add_subdirectory calls) to ensure that
- # the generated uninstall program is complete and correct
--add_subdirectory (generate_uninstall)
--
--add_custom_target (uninstall
-- COMMAND "${UNINSTALL_PROG_DIR}/${UNINSTALL_PROG}"
--)