head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.09.27.07.10.58; author adam; state Exp; branches; next ; commitid WZ33J8KIpFGo0kcG; desc @@ 1.1 log @gnuradio-core: fix for boost-1.89.0 @ text @$NetBSD$ Do not look for boost_system library. --- cmake/Modules/GrBoost.cmake.orig 2025-09-24 16:01:37.086210515 +0000 +++ cmake/Modules/GrBoost.cmake @@@@ -14,7 +14,7 @@@@ set(__INCLUDED_GR_BOOST_CMAKE TRUE) # Setup Boost and handle some system specific things ######################################################################## -set(BOOST_REQUIRED_COMPONENTS date_time program_options system regex thread) +set(BOOST_REQUIRED_COMPONENTS date_time program_options regex thread) if(UNIX AND NOT BOOST_ROOT @