pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 20 10:46:10 UTC 2022

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
(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;
                                ^


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/ham/gnuradio-core/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.37 pkgsrc/ham/gnuradio-core/Makefile.common:1.38
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.37       Tue Jan 25 04:39:53 2022
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Sun Feb 20 10:46:10 2022
@@ -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



Home | Main Index | Thread Index | Old Index