From aa4786d9f8b93f290ba7fe7bdc97451e4dd5b501 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 4 Apr 2020 04:51:43 +0000 Subject: [PATCH] Add compiler:c++11-lang to USES to fix build on GCC-bsed systems: Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem system) (Required is at least version "1.35") Approved by: portgmr (tier-2 blanket) --- devel/volk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/volk/Makefile b/devel/volk/Makefile index 7388ea905ef69..df04a2877fd70 100644 --- a/devel/volk/Makefile +++ b/devel/volk/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 LIB_DEPENDS= liborc-0.4.so:devel/orc BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mako/__init__.py:textproc/py-mako@${PY_FLAVOR} -USES= cmake python:3.5+ +USES= cmake compiler:c++11-lang python:3.5+ USE_GITHUB= yes GH_ACCOUNT= gnuradio