From 85610d4c6c736a4793338d9352c0361584561445 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 2 Aug 2023 21:56:43 +0200 Subject: [PATCH] archivers/urbackup-client: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- archivers/urbackup-client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/archivers/urbackup-client/Makefile b/archivers/urbackup-client/Makefile index 1491778394d9..90ddb6f9b787 100644 --- a/archivers/urbackup-client/Makefile +++ b/archivers/urbackup-client/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= libcryptopp.so:security/cryptopp USES= autoreconf compiler:c++11-lang dos2unix gettext libtool \ localbase pkgconfig sqlite:3 +USE_CXXSTD= c++14 USE_RC_SUBR= urbackup_client USERS= urbackup