aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 19:24:45 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 19:34:43 +0000
commit7e2410c5904d118217f880a8c38574b4c8c1a01e (patch)
tree9d01b90b1bc67c8054cbd5b60b139c5aa2702598
parent15c5abdbf4428d7144220a8f5d663cf9dc33d8ff (diff)
downloadports-7e2410c5904d118217f880a8c38574b4c8c1a01e.tar.gz
ports-7e2410c5904d118217f880a8c38574b4c8c1a01e.zip
archivers/urbackup-server: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
-rw-r--r--archivers/urbackup-server/Makefile1
1 files changed, 1 insertions, 0 deletions
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