From ef4e4dc1259a3ecb70e82e9f6ba8df7eb4af8e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 8 Aug 2025 22:00:56 +0700 Subject: [PATCH] cpp-hocon: for boost-1.88 --- srcpkgs/cpp-hocon/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cpp-hocon/template b/srcpkgs/cpp-hocon/template index 011d49e9a95..50a28fefb0e 100644 --- a/srcpkgs/cpp-hocon/template +++ b/srcpkgs/cpp-hocon/template @@ -1,11 +1,14 @@ # Template file for 'cpp-hocon' pkgname=cpp-hocon version=0.3.0 -revision=8 +revision=9 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" hostmakedepends="pkg-config" -makedepends="boost-devel leatherman-devel libcurl-devel" +makedepends="boost-devel-minimal libboost_filesystem libboost_locale + libboost_program_options libboost_log libboost_log_setup libboost_date_time + libboost_system libboost_chrono libboost_regex libboost_nowide + libboost_thread leatherman-devel libcurl-devel" short_desc="C++ port of the Typesafe Config library" maintainer="Orphaned " license="Apache-2.0"