From 9f6ee305beb3450109944b50faf95b57b880b457 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 10 Jan 2020 23:40:30 +0100 Subject: [PATCH] cpp-hocon: rebuilt against boost-1.72 --- srcpkgs/cpp-hocon/patches/boost-filesystem.patch | 11 +++++++++++ srcpkgs/cpp-hocon/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/cpp-hocon/patches/boost-filesystem.patch diff --git a/srcpkgs/cpp-hocon/patches/boost-filesystem.patch b/srcpkgs/cpp-hocon/patches/boost-filesystem.patch new file mode 100644 index 00000000000..0c7b0415917 --- /dev/null +++ b/srcpkgs/cpp-hocon/patches/boost-filesystem.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt 2018-10-11 18:55:40.000000000 +0200 ++++ - 2020-01-10 18:45:11.754965457 +0100 +@@ -42,7 +42,7 @@ + set(BOOST_COMPONENTS regex) + endif() + +-list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options) ++list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options filesystem) + + # Add other dependencies + find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) diff --git a/srcpkgs/cpp-hocon/template b/srcpkgs/cpp-hocon/template index 1511d7ed085..3f92f22ed24 100644 --- a/srcpkgs/cpp-hocon/template +++ b/srcpkgs/cpp-hocon/template @@ -1,7 +1,7 @@ # Template file for 'cpp-hocon' pkgname=cpp-hocon version=0.2.1 -revision=7 +revision=8 build_style=cmake hostmakedepends="pkg-config" makedepends="boost-devel leatherman libcurl-devel"