svn commit: r495547 - head/graphics/libheif
Mark Linimon
linimon at FreeBSD.org
Wed Mar 13 04:56:49 UTC 2019
Author: linimon
Date: Wed Mar 13 04:56:48 2019
New Revision: 495547
URL: https://svnweb.freebsd.org/changeset/ports/495547
Log:
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)
Modified:
head/graphics/libheif/Makefile
Modified: head/graphics/libheif/Makefile
==============================================================================
--- head/graphics/libheif/Makefile Wed Mar 13 04:52:16 2019 (r495546)
+++ head/graphics/libheif/Makefile Wed Mar 13 04:56:48 2019 (r495547)
@@ -13,7 +13,8 @@ COMMENT= Libheif is an ISO/IEC 23008-12:2017 HEIF fil
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
More information about the svn-ports-all
mailing list