Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2024 07:47:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 02ebd7d60a57 - main - multimedia/lms: Use compiler:c++20-lang
Message-ID:  <202404030747.4337l28V031984@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02ebd7d60a5740dde758373b09bac689be069db6

commit 02ebd7d60a5740dde758373b09bac689be069db6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-03 07:46:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-03 07:46:32 +0000

    multimedia/lms: Use compiler:c++20-lang
---
 multimedia/lms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile
index 7b8e788b5ab6..a7d444a98166 100644
--- a/multimedia/lms/Makefile
+++ b/multimedia/lms/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libwthttp.so:www/wt
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 
-USES=		cmake compiler:c++17-lang cpe libarchive pkgconfig
+USES=		cmake compiler:c++20-lang cpe libarchive pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	epoupon



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