mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
libphonenumber: for boost-1.89
This commit is contained in:
parent
9f41653e4e
commit
1be7e4b51d
2 changed files with 13 additions and 2 deletions
11
srcpkgs/libphonenumber/patches/boost-1.89.patch
Normal file
11
srcpkgs/libphonenumber/patches/boost-1.89.patch
Normal 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 ()
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'libphonenumber'
|
# Template file for 'libphonenumber'
|
||||||
pkgname=libphonenumber
|
pkgname=libphonenumber
|
||||||
version=8.13.30
|
version=8.13.30
|
||||||
revision=2
|
revision=3
|
||||||
build_wrksrc=cpp
|
build_wrksrc=cpp
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="-DREGENERATE_METADATA=OFF"
|
configure_args="-DREGENERATE_METADATA=OFF"
|
||||||
hostmakedepends="pkg-config protobuf"
|
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"
|
gtest-devel icu-devel protobuf-devel"
|
||||||
short_desc="Google's common library for handling international phone numbers"
|
short_desc="Google's common library for handling international phone numbers"
|
||||||
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue