Date: Mon, 4 Feb 2019 11:43:30 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492113 - head/devel/kiwix-lib Message-ID: <201902041143.x14BhUHn075305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Feb 4 11:43:30 2019 New Revision: 492113 URL: https://svnweb.freebsd.org/changeset/ports/492113 Log: This port requires C++11-compatible compiler to build. Add USES=compiler:c++11-lang to fix build on GCC-based architectures. PR: 235309 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/kiwix-lib/Makefile Modified: head/devel/kiwix-lib/Makefile ============================================================================== --- head/devel/kiwix-lib/Makefile Mon Feb 4 11:39:45 2019 (r492112) +++ head/devel/kiwix-lib/Makefile Mon Feb 4 11:43:30 2019 (r492113) @@ -20,7 +20,7 @@ LIB_DEPENDS= libzim.so:devel/libzim \ libctpp2.so:textproc/ctpp2 \ libcurl.so:ftp/curl -USES= meson pkgconfig python:3.6+ shebangfix +USES= compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= kiwix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041143.x14BhUHn075305>