git: d4aa953cf083 - main - devel/libphonenumber: Remove workaround after 39dbb2a182af
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Feb 2025 12:47:46 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4aa953cf083ac1ff6827dc2921aad1d6b4d01df
commit d4aa953cf083ac1ff6827dc2921aad1d6b4d01df
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-02-23 11:59:55 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-02-23 12:47:41 +0000
devel/libphonenumber: Remove workaround after 39dbb2a182af
---
devel/libphonenumber/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile
index 75deef404441..b9558d8eb209 100644
--- a/devel/libphonenumber/Makefile
+++ b/devel/libphonenumber/Makefile
@@ -16,10 +16,6 @@ LIB_DEPENDS= libabsl_strings.so:devel/abseil \
libprotobuf.so:devel/protobuf
USES= cmake:noninja compiler:c++17-lang pkgconfig
-# Workaround CMAKE_ARGS+=-DABSL_PROPAGATE_CXX_STD:BOOL=ON not being set in the
-# devel/abseil Makefile. As of version 8.13.21, libphonenumber no longer sets
-# the C++ dialect and expects to inherit it from abseil.
-USE_CXXSTD= c++17
USE_GITHUB= yes
GH_ACCOUNT= google