Date: Wed, 2 Aug 2023 21:18:26 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85610d4c6c73 - main - archivers/urbackup-client: Fix build with llvm16 Message-ID: <202308022118.372LIQt0017581@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=85610d4c6c736a4793338d9352c0361584561445 commit 85610d4c6c736a4793338d9352c0361584561445 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-02 19:56:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-02 21:18:13 +0000 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308022118.372LIQt0017581>