From 1fc0e3d65d550c223e5c96a5b72686e05974bdbf Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 4 Feb 2019 11:43:30 +0000 Subject: [PATCH] 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) --- devel/kiwix-lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/kiwix-lib/Makefile b/devel/kiwix-lib/Makefile index a1f76191362f..6eb46208cd7c 100644 --- a/devel/kiwix-lib/Makefile +++ b/devel/kiwix-lib/Makefile @@ -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