Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 21:04:14 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539783 - head/multimedia/libv4l
Message-ID:  <202006212104.05LL4E0h035282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006212104.05LL4E0h035282>