mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
freeorion: for boost-1.89
This commit is contained in:
parent
a566007ff9
commit
d60b7b66d6
2 changed files with 22 additions and 1 deletions
21
srcpkgs/freeorion/patches/boost-1.89.patch
Normal file
21
srcpkgs/freeorion/patches/boost-1.89.patch
Normal 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)
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freeorion'
|
# Template file for 'freeorion'
|
||||||
pkgname=freeorion
|
pkgname=freeorion
|
||||||
version=0.5.1.1
|
version=0.5.1.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cppcheck doxygen python3-pycodestyle"
|
hostmakedepends="cppcheck doxygen python3-pycodestyle"
|
||||||
makedepends="boost-devel-minimal boost-python3
|
makedepends="boost-devel-minimal boost-python3
|
||||||
|
|
Loading…
Add table
Reference in a new issue