git: aeac4861f9f4 - main - net-p2p/rtorrent: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 12:27:07 UTC
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