1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

multimedia/v4l-utils: fix build on GCC architectures

Use newer GCC:
v4l2-ctl-streaming.cpp:2225: error: expected primary-expression before '.' token
This commit is contained in:
Piotr Kubaj 2020-06-21 21:04:13 +00:00
parent 20a4f5e3d3
commit 614089a1c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539783

View File

@ -18,7 +18,7 @@ COMMENT?= Video4Linux library
LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
USES= tar:bzip2
USES= compiler:c11 tar:bzip2
WRKSRC= ${WRKDIR}/v4l-utils-${PORTVERSION}
.if ${PORTNAME} == v4l-utils || ${PORTNAME} == libv4l