From aeac4861f9f469fc0f085c940901e7ef465c072c Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 7 Aug 2023 03:33:11 +0200 Subject: [PATCH] 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