Date: Sat, 5 Aug 2023 18:56:02 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: 697edca603bd - main - net-p2p/minder: Fix build with llvm16 Message-ID: <202308051856.375Iu2O0075821@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308051856.375Iu2O0075821>