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: wiz
Date: Thu Jul 24 07:37:05 UTC 2025
Modified Files:
pkgsrc/ham/gnuradio-core: Makefile.common
Log Message:
gnuradio-core: also needs filesystem c++ feature
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 pkgsrc/ham/gnuradio-core/Makefile.common:1.64
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.63 Thu Jul 3 19:18:06 2025
+++ pkgsrc/ham/gnuradio-core/Makefile.common Thu Jul 24 07:37:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.63 2025/07/03 19:18:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.64 2025/07/24 07:37:05 wiz Exp $
# used by ham/gnuradio-channels/Makefile
# used by ham/gnuradio-companion/Makefile
# used by ham/gnuradio-core/Makefile
@@ -49,7 +49,7 @@ USE_LANGUAGES= c c++
USE_CC_FEATURES= c11
# Experimentally, FORCE_CXX_STD=c++11 fails and =c++17 succeeds, for
# building gnuradio-core and gr-osmosdr (with gcc10).
-USE_CXX_FEATURES= c++17
+USE_CXX_FEATURES= c++17 filesystem
FORCE_CXX_STD= c++17
USE_TOOLS= gmake perl pkg-config
Home |
Main Index |
Thread Index |
Old Index