summaryrefslogtreecommitdiff
path: root/textproc/ebook-tools/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-20 10:17:54 +0000
committerwiz <wiz@pkgsrc.org>2017-02-20 10:17:54 +0000
commitb6cc75ac4e792684e5d39c3ea4fd087c5db8e7e9 (patch)
tree11a46ce07200be5e76220cddd7229e2c290667b3 /textproc/ebook-tools/patches
parentd3a8798f94694f1d94025393b65a9f605807d8d4 (diff)
downloadpkgsrc-b6cc75ac4e792684e5d39c3ea4fd087c5db8e7e9.tar.gz
Updated ebook-tools to 0.2.2.
0.2.0 This release contains major bug fixes. Among them crash bugs/security bugs. Update recommended
Diffstat (limited to 'textproc/ebook-tools/patches')
-rw-r--r--textproc/ebook-tools/patches/patch-CMakeLists.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/ebook-tools/patches/patch-CMakeLists.txt b/textproc/ebook-tools/patches/patch-CMakeLists.txt
index 06d26e6ccf4..69443779781 100644
--- a/textproc/ebook-tools/patches/patch-CMakeLists.txt
+++ b/textproc/ebook-tools/patches/patch-CMakeLists.txt
@@ -1,11 +1,13 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2015/01/23 14:09:36 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2017/02/20 10:17:54 wiz Exp $
Set minimum version to 3.0 to fix build with 3.1.
---- CMakeLists.txt.orig 2015-01-23 14:07:21.000000000 +0000
+--- CMakeLists.txt.orig 2012-09-04 14:32:32.000000000 +0000
+++ CMakeLists.txt
-@@ -1,4 +1,5 @@
- project (EBOOK-TOOLS)
+@@ -1,6 +1,7 @@
+ project (EBOOK-TOOLS C)
+
+ cmake_minimum_required(VERSION 2.4.0)
+cmake_minimum_required(VERSION 3.0)
#set(CMAKE_CURRENT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)