svn commit: r539783 - head/multimedia/libv4l
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jun 21 21:04:14 UTC 2020
Author: pkubaj
Date: Sun Jun 21 21:04:13 2020
New Revision: 539783
URL: https://svnweb.freebsd.org/changeset/ports/539783
Log:
multimedia/v4l-utils: fix build on GCC architectures
Use newer GCC:
v4l2-ctl-streaming.cpp:2225: error: expected primary-expression before '.' token
Modified:
head/multimedia/libv4l/Makefile
Modified: head/multimedia/libv4l/Makefile
==============================================================================
--- head/multimedia/libv4l/Makefile Sun Jun 21 19:01:41 2020 (r539782)
+++ head/multimedia/libv4l/Makefile Sun Jun 21 21:04:13 2020 (r539783)
@@ -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
More information about the svn-ports-all
mailing list