summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-01-08 16:14:33 +0100
committerPatrick McLean <chutzpah@gentoo.org>2023-01-08 13:20:01 -0800
commit3c0ddf21d82d14b1a9a4dda68c39e74469e5b552 (patch)
tree230f216c90054d45cac2f6df20263d2f4b73fc26
parentapp-text/zathura: 0.5.2-r2, 9999: install man pages unconditionally. (diff)
downloadgentoo-3c0ddf21d82d14b1a9a4dda68c39e74469e5b552.tar.gz
gentoo-3c0ddf21d82d14b1a9a4dda68c39e74469e5b552.tar.bz2
gentoo-3c0ddf21d82d14b1a9a4dda68c39e74469e5b552.zip
dev-util/bcc: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29013 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r--dev-util/bcc/files/bcc-0.14.0-cmakelists.patch19
1 files changed, 0 insertions, 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)