From fe666a9cf569201cc013d7f9dcc3fd6d08c88866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 31 Aug 2025 12:13:07 +0700 Subject: [PATCH] colobot: fix build --- srcpkgs/colobot/patches/boost-1.89.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/srcpkgs/colobot/patches/boost-1.89.patch b/srcpkgs/colobot/patches/boost-1.89.patch index ab4d639db41..0ffed93fc48 100644 --- a/srcpkgs/colobot/patches/boost-1.89.patch +++ b/srcpkgs/colobot/patches/boost-1.89.patch @@ -9,3 +9,13 @@ set(GLEW_USE_STATIC_LIBS ${GLEW_STATIC}) find_package(GLEW REQUIRED) +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -488,7 +488,6 @@ target_link_libraries(colobotbase PUBLIC + GLEW::GLEW + Boost::headers + Boost::filesystem +- Boost::regex + PhysFS::PhysFS + SndFile::sndfile + )