summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-11 00:57:33 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-11 00:57:33 +0000
commitb03ab444e9aa16c5fa35f8cb4bd2db3af3fe2106 (patch)
tree365e042cefbd12b23d32dc31f95f8491cbf9b1e1 /graphics
parentMFH: r531342 (diff)
MFH: r531390
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 Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q2/; revision=531391
Diffstat (limited to 'graphics')
-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