1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix build on gcc-based architectures:

configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-13 04:56:48 +00:00
parent 8875e4fc60
commit 2810508297
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495547

View File

@ -13,7 +13,8 @@ COMMENT= Libheif is an ISO/IEC 23008-12:2017 HEIF file format de- and encoder
LICENSE= LGPL3+
LICENSE_FILE_LGPL3+= ${WRKSRC}/COPYING
USES= autoreconf libtool localbase pkgconfig shebangfix
USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig \
shebangfix
USE_GITHUB= yes
GH_ACCOUNT= strukturag
GH_PROJECT= libheif