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.10.16.15.01.52; author adam; state Exp; branches; next ; commitid pvHZbcSY5qz40OeG; desc @@ 1.1 log @lucene++: fix build with Clang and Boost @ text @$NetBSD$ Don't link against boost_system library. --- src/core/CMakeLists.txt.orig 2025-10-16 14:50:59.049178904 +0000 +++ src/core/CMakeLists.txt @@@@ -57,7 +57,6 @@@@ target_link_libraries(lucene++ Boost::filesystem Boost::iostreams Boost::regex - Boost::system Boost::thread ZLIB::ZLIB ) @