git: 697edca603bd - main - net-p2p/minder: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 18:56:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=697edca603bd89cc67dab28967a861fba0e6e846 commit 697edca603bd89cc67dab28967a861fba0e6e846 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 18:34:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 18:55:50 +0000 net-p2p/minder: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net-p2p/minder/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/minder/Makefile b/net-p2p/minder/Makefile index dbde4fb6081e..85772ee9161b 100644 --- a/net-p2p/minder/Makefile +++ b/net-p2p/minder/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libSockets.so:net/Sockets USES= gmake gnome pkgconfig ssl +USE_CXXSTD= c++14 USE_GNOME= libxml2 CFLAGS+= -DHAVE_OPENSSL