Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 04:51:43 +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: r530550 - head/devel/volk
Message-ID:  <202004040451.0344phG7045255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Apr  4 04:51:43 2020
New Revision: 530550
URL: https://svnweb.freebsd.org/changeset/ports/530550

Log:
  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)

Modified:
  head/devel/volk/Makefile

Modified: head/devel/volk/Makefile
==============================================================================
--- head/devel/volk/Makefile	Sat Apr  4 04:33:56 2020	(r530549)
+++ head/devel/volk/Makefile	Sat Apr  4 04:51:43 2020	(r530550)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004040451.0344phG7045255>