aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz/boost-version.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-09-10 16:22:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-11 06:58:58 +0000
commit85e7d4c200c2a98b60e75932c8b82b3e51d42630 (patch)
tree799bea6bad6c2910bae229a7ec30497ce4e3c772 /community/domoticz/boost-version.patch
parent57d8534aac5aa3b79da17a5ce75d10b44302761d (diff)
downloadaports-85e7d4c200c2a98b60e75932c8b82b3e51d42630.tar.bz2
aports-85e7d4c200c2a98b60e75932c8b82b3e51d42630.tar.xz
community/domoticz: upgrade to 4.10717
Diffstat (limited to 'community/domoticz/boost-version.patch')
-rw-r--r--community/domoticz/boost-version.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/domoticz/boost-version.patch b/community/domoticz/boost-version.patch
new file mode 100644
index 0000000000..2065feb80f
--- /dev/null
+++ b/community/domoticz/boost-version.patch
@@ -0,0 +1,23 @@
+From bec760eddf7f0e3a7959a7278b275287878ac0ee Mon Sep 17 00:00:00 2001
+From: Rob Peters <info@domoticz.com>
+Date: Fri, 10 May 2019 07:41:06 +0200
+Subject: [PATCH] Better way to check for boost version number (works also with
+ boost 1.70)
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 28e41a2b3..c0225e897 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.4)
+ project(domoticz)
+
+ ## required min. libBoost version
+-SET(DOMO_MIN_LIBBOOST_VERSION 106000)
++SET(DOMO_MIN_LIBBOOST_VERSION 1.60.0)
+ ##
+
+ MACRO(Gitversion_GET_REVISION dir variable)