(ham/gnuradio-core) Add GCC_REQD = 8
[ 12%] Building CXX object gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/basic_block.cc.o In file included from /usr/pkg/include/boost/dll/runtime_symbol_info.hpp:11:0, from /tmp/ham/gnuradio-core/work/gnuradio-3.10.0.0/build/gnuradio-runtime/lib/constants.cc:16: /usr/pkg/include/boost/dll/config.hpp:47:22: error: 'filesystem' is not a namespace-name using namespace std::filesystem; ^~~~~~~~~~ /usr/pkg/include/boost/dll/config.hpp:47:32: error: expected namespace-name before ';' token using namespace std::filesystem; ^
This commit is contained in:
parent
6630681b4c
commit
b1afa1a5c0
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.37 2022/01/25 04:39:53 mef Exp $
|
||||
# $NetBSD: Makefile.common,v 1.38 2022/02/20 10:46:10 mef Exp $
|
||||
# This Makefile fragment is included in the package Makefiles for
|
||||
# GNU Radio distributed packages (they all share common configure and build
|
||||
# settings).
|
||||
|
@ -40,6 +40,8 @@ USE_LANGUAGES= c c++
|
|||
USE_TOOLS= perl gmake cmake pkg-config
|
||||
USE_CMAKE= yes
|
||||
|
||||
GCC_REQD= 8
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
|
||||
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
|
||||
# for companion
|
||||
|
|
Loading…
Reference in a new issue