mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-misc/interception-tools: patch cmake to 3.10
Signed-off-by: Julian Jørgensen <jjo@jtle.dk>
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index af5fd82..38f65c0 100644
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -1,7 +1,8 @@
|
||||||
|
-cmake_minimum_required(VERSION 3.0)
|
||||||
|
+cmake_minimum_required(VERSION 3.10)
|
||||||
|
|
||||||
|
project(interception-tools)
|
||||||
|
|
||||||
|
+cmake_policy(SET CMP0167 NEW)
|
||||||
|
find_package(Boost REQUIRED)
|
||||||
|
find_package(Threads REQUIRED)
|
||||||
|
|
||||||
@@ -27,6 +27,10 @@ BDEPEND="
|
|||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}/interception-tools-0.6.8-r2-cmake-version-3-10.patch"
|
||||||
|
)
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cmake_src_install
|
cmake_src_install
|
||||||
systemd_dounit "udevmon.service"
|
systemd_dounit "udevmon.service"
|
||||||
Reference in New Issue
Block a user