Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 12:27:07 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: aeac4861f9f4 - main - net-p2p/rtorrent: Fix build with llvm16
Message-ID:  <202308071227.377CR7v4026683@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=aeac4861f9f469fc0f085c940901e7ef465c072c

commit aeac4861f9f469fc0f085c940901e7ef465c072c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-07 01:33:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-07 11:54:42 +0000

    net-p2p/rtorrent: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 net-p2p/rtorrent/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 9b825c5b936f..5ca10724a7ef 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libtorrent.so:net-p2p/libtorrent
 
 USES=		compiler:c++11-lang ncurses pkgconfig
+USE_CXXSTD=	c++14
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071227.377CR7v4026683>