Date: Sun, 26 Mar 2023 02:53:54 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: d3287cf2cd35 - main - multimedia/olive: Change to USES=compiler:c++17-lang Message-ID: <202303260253.32Q2rsB7046555@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3287cf2cd356ef26a79de1661df4560bf5e3b0c commit d3287cf2cd356ef26a79de1661df4560bf5e3b0c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-26 00:41:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-26 02:53:47 +0000 multimedia/olive: Change to USES=compiler:c++17-lang PR: 270324 Reported by: diizzy@ --- multimedia/olive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile index 06ac9f15ec62..7df337e9fb83 100644 --- a/multimedia/olive/Makefile +++ b/multimedia/olive/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ RUN_DEPENDS= frei0r>0:graphics/frei0r # libopentimelineio.so:multimedia/opentimelineio -USES= cmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:5 shared-mime-info +USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 shared-mime-info USE_QT= concurrent core dbus gui multimedia network opengl svg widgets x11extras \ buildtools:build linguisttools:build qmake:build testlib:build USE_GL= glhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303260253.32Q2rsB7046555>
