svn commit: r531390 - head/graphics/libavif
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Apr 11 00:56:43 UTC 2020
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
More information about the svn-ports-head
mailing list