commit: 3c0ddf21d82d14b1a9a4dda68c39e74469e5b552 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jan 8 15:14:33 2023 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Sun Jan 8 21:20:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0ddf21
dev-util/bcc: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29013 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> dev-util/bcc/files/bcc-0.14.0-cmakelists.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-util/bcc/files/bcc-0.14.0-cmakelists.patch b/dev-util/bcc/files/bcc-0.14.0-cmakelists.patch deleted file mode 100644 index 3155e3cee96e..000000000000 --- a/dev-util/bcc/files/bcc-0.14.0-cmakelists.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 65e78ffe..837b4939 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -3,14 +3,6 @@ - cmake_minimum_required(VERSION 2.8.7) - - project(bcc) --if(NOT CMAKE_BUILD_TYPE) -- set(CMAKE_BUILD_TYPE Release) --endif() -- --if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) -- set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "path to install" FORCE) --endif() -- - enable_testing() - - # populate submodules (libbpf)
