![]() ![]() | ![]() |
gnuradio*: USE_CMAKE exorcism - change to cmake/build.mk - set CMAKE_CONFIGURE_ARGS instead of CMAKE_ARGS - stop creating/using a build dir manually and don't override install - comment out the "don't use ninja" arm, since that happens naturally and the ninja option should be removed Tested by building meta-pkgs/gnuradio on NetBSD 10. ok @tnn
# $NetBSD: Makefile,v 1.83 2024/08/20 17:46:18 gdt Exp $ PKGNAME= gnuradio-trellis-${VERSION} PKGREVISION= 4 COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" CMAKE_CONFIGURE_ARGS+= -DENABLE_DEFAULT=OFF CMAKE_CONFIGURE_ARGS+= -DENABLE_GR_TRELLIS=ON CMAKE_CONFIGURE_ARGS+= -DENABLE_GR_DIGITAL=ON CMAKE_CONFIGURE_ARGS+= -DENABLE_GRC=ON DEPENDS+= gnuradio-digital-[0-9]*:../../ham/gnuradio-digital DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto PLIST_MINUS+= companion digital .include "../../mk/bsd.pkg.mk"