Thu Aug 24 03:19:48 2023 UTC ()
(ham/gnuradio-core)  convert GCC_REQD+= 10 to USE_CXX_FEATURES+= c++20, tks nia@


(mef)
diff -r1.113 -r1.114 pkgsrc/ham/gnuradio-core/Makefile

cvs diff -r1.113 -r1.114 pkgsrc/ham/gnuradio-core/Makefile (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-core/Makefile 2023/08/14 05:24:38 1.113
+++ pkgsrc/ham/gnuradio-core/Makefile 2023/08/24 03:19:47 1.114
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.113 2023/08/14 05:24:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.114 2023/08/24 03:19:47 mef Exp $
2 2
3PKGNAME= gnuradio-core-${VERSION} 3PKGNAME= gnuradio-core-${VERSION}
4PKGREVISION= 1 4PKGREVISION= 2
5COMMENT= Core part of GNU Radio, all others need this 5COMMENT= Core part of GNU Radio, all others need this
6 6
7PLIST_MINUS= # empty 7PLIST_MINUS= # empty
8.include "Makefile.common" 8.include "Makefile.common"
9 9
10#CONF_FILES+= ${EGDIR}/gnuradio-runtime.conf ${PKG_SYSCONFDIR}/gnuradio-runtime.conf 10#CONF_FILES+= ${EGDIR}/gnuradio-runtime.conf ${PKG_SYSCONFDIR}/gnuradio-runtime.conf
11#CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf 11#CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf
12#CONF_FILES+= ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf 12#CONF_FILES+= ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
13#CONF_FILES+= ${EGDIR}/gr-audio.conf ${PKG_SYSCONFDIR}/gr-audio.conf 13#CONF_FILES+= ${EGDIR}/gr-audio.conf ${PKG_SYSCONFDIR}/gr-audio.conf
14 14
15.include "../../mk/oss.buildlink3.mk" 15.include "../../mk/oss.buildlink3.mk"
16.if ${OSS_TYPE} != "none" 16.if ${OSS_TYPE} != "none"
17#CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf 17#CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf