aboutsummaryrefslogtreecommitdiff
path: root/graphics/libavif
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-11 00:56:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-11 00:56:42 +0000
commit2562bee5d7fc3fe9540c5375a22b45fb0035762a (patch)
treee6cb82e4b2918789c46bfb819716158d2bc50ea4 /graphics/libavif
parentb74622b8ed072168979af08051bc1bc86df45599 (diff)
downloadports-2562bee5d7fc3fe9540c5375a22b45fb0035762a.tar.gz
ports-2562bee5d7fc3fe9540c5375a22b45fb0035762a.zip
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)
Notes
Notes: svn path=/head/; revision=531390
Diffstat (limited to 'graphics/libavif')
-rw-r--r--graphics/libavif/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile
index a6d19164d2ce..7a9c2ba3c824 100644
--- a/graphics/libavif/Makefile
+++ b/graphics/libavif/Makefile
@@ -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