git: 511cde0a0611 - main - Add USES=compiler:c17

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 16 Aug 2024 05:13:04 UTC
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