File dsf2flac-cmake.patch of Package dsf2flac
--- CMakeLists.txt 2022-09-18 13:33:18.000000000 +0200
+++ CMakeLists.txt 2025-10-16 21:38:01.576010217 +0200
@@ -4,7 +4,7 @@
# check OS before we start
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
# On Linux a static executable is made, this maximises portability.
- set(static 1)
+ set(static 0)
# link to librt (possibly not required but need to check with compressed dsf before removing).
set (link_rt 1)
@@ -33,7 +33,7 @@
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmakemodules)
# find the required libraries
-find_package(Boost REQUIRED COMPONENTS system timer filesystem chrono)
+find_package(Boost REQUIRED COMPONENTS timer filesystem chrono)
find_package(Ogg REQUIRED)
find_package(Flac REQUIRED)
find_package(Id3 REQUIRED)