Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2020 00:56:43 +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: r531390 - head/graphics/libavif
Message-ID:  <202004110056.03B0uhOw021190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Apr 11 00:56:42 2020
New Revision: 531390
URL: https://svnweb.freebsd.org/changeset/ports/531390

Log:
  graphics/libavif: fix build on GCC architectures
  
  Use newer GCC to avoid error caused by -Werror:
  /wrkdirs/usr/ports/graphics/libavif/work/libavif-0.6.3/src/reformat.c:316: warning: comparison is always false due to limited range of data type
  
  MFH:		2020Q2 (fix build blanket)

Modified:
  head/graphics/libavif/Makefile

Modified: head/graphics/libavif/Makefile
==============================================================================
--- head/graphics/libavif/Makefile	Fri Apr 10 23:28:56 2020	(r531389)
+++ head/graphics/libavif/Makefile	Sat Apr 11 00:56:42 2020	(r531390)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		cmake localbase:ldflags pkgconfig
+USES=		cmake compiler:c11 localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	AOMediaCodec



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