Skip to content

Commit

Permalink
Add compiler:c++11-lang to USES to fix build on GCC-bsed systems:
Browse files Browse the repository at this point in the history
  Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem system) (Required is at least version "1.35")

Approved by:	portgmr (tier-2 blanket)
  • Loading branch information
linimon authored and linimon committed Apr 4, 2020
1 parent 277bc5f commit aa4786d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/volk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa4786d

Please sign in to comment.