libphonenumber: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:33 +07:00
parent 9f41653e4e
commit 1be7e4b51d
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -145,7 +145,7 @@ if (USE_BOOST)
if (WIN32)
set (Boost_USE_STATIC_LIBS ON)
endif ()
- find_package (Boost 1.40.0 COMPONENTS date_time system thread)
+ find_package (Boost 1.40.0 COMPONENTS thread)
if (NOT Boost_FOUND)
print_error ("Boost Date_Time/System/Thread" "Boost")
endif ()

View file

@ -1,13 +1,13 @@
# Template file for 'libphonenumber'
pkgname=libphonenumber
version=8.13.30
revision=2
revision=3
build_wrksrc=cpp
build_style=cmake
build_helper=qemu
configure_args="-DREGENERATE_METADATA=OFF"
hostmakedepends="pkg-config protobuf"
makedepends="boost-devel-minimal libboost_thread libboost_date_time libboost_system
makedepends="boost-devel-minimal libboost_thread
gtest-devel icu-devel protobuf-devel"
short_desc="Google's common library for handling international phone numbers"
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"