summaryrefslogtreecommitdiff
path: root/devel/cppcheck/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-11-09 20:09:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-11-09 20:09:18 +0000
commit13ca35d735c778e253b60c05151bec5008b3b7ef (patch)
treee3482b8dd3af307d868ccdb92adcce3803de14db /devel/cppcheck/files/patch-CMakeLists.txt
parentUpdate to 3.0.1 (diff)
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545 With hat: portmgr
Diffstat (limited to 'devel/cppcheck/files/patch-CMakeLists.txt')
-rw-r--r--devel/cppcheck/files/patch-CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cppcheck/files/patch-CMakeLists.txt b/devel/cppcheck/files/patch-CMakeLists.txt
index a51c9ac7b367..61e1bc259341 100644
--- a/devel/cppcheck/files/patch-CMakeLists.txt
+++ b/devel/cppcheck/files/patch-CMakeLists.txt
@@ -1,8 +1,8 @@
---- CMakeLists.txt.orig 2017-05-13 09:27:11 UTC
+--- CMakeLists.txt.orig 2017-10-07 21:11:39 UTC
+++ CMakeLists.txt
@@ -1,4 +1,4 @@
-project(CppCheck)
+project(cppcheck)
- cmake_minimum_required(VERSION 2.8)
+ cmake_minimum_required(VERSION 2.8.4)
include(GNUInstallDirs)