git: 7e2410c5904d - main - archivers/urbackup-server: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 19:34:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e2410c5904d118217f880a8c38574b4c8c1a01e commit 7e2410c5904d118217f880a8c38574b4c8c1a01e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 19:24:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 19:34:43 +0000 archivers/urbackup-server: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- archivers/urbackup-server/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/archivers/urbackup-server/Makefile b/archivers/urbackup-server/Makefile index 713bec18dd58..563b80258d7e 100644 --- a/archivers/urbackup-server/Makefile +++ b/archivers/urbackup-server/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libcryptopp.so:security/cryptopp \ USES= autoreconf compiler:c++11-lang dos2unix fakeroot fuse \ libtool lua:53 pkgconfig sqlite:3 DOS2UNIX_GLOB= *.c *.cpp *.h *.am +USE_CXXSTD= c++14 USE_RC_SUBR= urbackup_server GNU_CONFIGURE= yes