freeorion: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:30 +07:00
parent a566007ff9
commit d60b7b66d6
2 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,21 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -283,7 +283,6 @@ find_package(Boost ${MINIMUM_BOOST_VERSI
log
log_setup
serialization
- system
thread
REQUIRED)
--- a/GG/CMakeLists.txt
+++ b/GG/CMakeLists.txt
@@ -66,7 +66,7 @@ endif()
set(MINIMUM_BOOST_VERSION 1.69.0)
-find_package(Boost ${MINIMUM_BOOST_VERSION} COMPONENTS filesystem regex system REQUIRED)
+find_package(Boost ${MINIMUM_BOOST_VERSION} COMPONENTS filesystem REQUIRED)
find_package(OpenGL REQUIRED)
find_package(GLEW REQUIRED)

View file

@ -1,7 +1,7 @@
# Template file for 'freeorion'
pkgname=freeorion
version=0.5.1.1
revision=2
revision=3
build_style=cmake
hostmakedepends="cppcheck doxygen python3-pycodestyle"
makedepends="boost-devel-minimal boost-python3