0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-11-01 06:48:55 +00:00
Files
termux-packages/x11-packages/gnucash/remove-boost-system-component.patch
Adam Cozzette 2cd112e192 addpkg(x11/gnucash): 5.13
Credit goes to @robertkirkman for doing most of the hard work of actually
getting this to build! I largely copied Robert's changes with permission.

Fixes #20259.
2025-10-28 16:47:36 -05:00

14 lines
501 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9db2b6b6e3..dd768e5ebf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -576,7 +576,7 @@ set (Boost_FIND_QUIETLY ON)
if (NOT DEFINED ${BOOST_ROOT})
set(BOOST_ROOT $ENV{BOOST_ROOT})
endif()
-find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
+find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)
if (Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})