Date: Fri, 16 Aug 2024 05:13:04 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: 511cde0a0611 - main - Add USES=compiler:c17 Message-ID: <202408160513.47G5D4iB026801@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=511cde0a06119812426c67a86f80c89ad4850ac4 commit 511cde0a06119812426c67a86f80c89ad4850ac4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-16 05:12:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-16 05:12:14 +0000 Add USES=compiler:c17 --- multimedia/ustreamer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/ustreamer/Makefile b/multimedia/ustreamer/Makefile index a9adc33da74f..4cd6b921acdd 100644 --- a/multimedia/ustreamer/Makefile +++ b/multimedia/ustreamer/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libevent.so:devel/libevent -USES= compiler:c11 gmake jpeg localbase:ldflags pkgconfig +USES= compiler:c17 gmake jpeg localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= pikvm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408160513.47G5D4iB026801>