![]() ![]() | ![]() |
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.67 2024/08/20 17:46:19 gdt Exp $ PKGNAME= gnuradio-zeromq-${VERSION} PKGREVISION= 4 COMMENT= All of the zeromq blocks, utilities, and examples .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" CMAKE_CONFIGURE_ARGS+= -DENABLE_DEFAULT=OFF CMAKE_CONFIGURE_ARGS+= -DENABLE_GR_ZEROMQ=ON CMAKE_CONFIGURE_ARGS+= -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include CMAKE_CONFIGURE_ARGS+= -DENABLE_GRC=ON PLIST_MINUS+= companion .include "../../net/cppzmq/buildlink3.mk" .include "../../mk/bsd.pkg.mk"