mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
colobot: for boost-1.89
This commit is contained in:
parent
f994de0876
commit
fde5d5a5d0
2 changed files with 13 additions and 2 deletions
11
srcpkgs/colobot/patches/boost-1.89.patch
Normal file
11
srcpkgs/colobot/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -321,7 +321,7 @@ set(Boost_USE_MULTITHREADED ON)
|
||||||
|
set(Boost_USE_STATIC_RUNTIME ${USE_STATIC_RUNTIME})
|
||||||
|
|
||||||
|
set(Boost_ADDITIONALVERSION "1.51" "1.51.0")
|
||||||
|
-find_package(Boost COMPONENTS system filesystem regex REQUIRED)
|
||||||
|
+find_package(Boost COMPONENTS filesystem REQUIRED)
|
||||||
|
|
||||||
|
set(GLEW_USE_STATIC_LIBS ${GLEW_STATIC})
|
||||||
|
find_package(GLEW REQUIRED)
|
|
@ -2,11 +2,11 @@
|
||||||
pkgname=colobot
|
pkgname=colobot
|
||||||
# needs to be kept in sync with colobot-data (provides game assets)
|
# needs to be kept in sync with colobot-data (provides game assets)
|
||||||
version=0.2.2
|
version=0.2.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
|
configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
|
||||||
hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
|
hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
|
||||||
makedepends="boost-devel-minimal libboost_filesystem libboost_regex libboost_system
|
makedepends="boost-devel-minimal libboost_filesystem
|
||||||
glew-devel libogg-devel libopenal-devel
|
glew-devel libogg-devel libopenal-devel
|
||||||
libsndfile-devel libvorbis-devel physfs-devel
|
libsndfile-devel libvorbis-devel physfs-devel
|
||||||
SDL2-devel SDL2_image-devel SDL2_ttf-devel"
|
SDL2-devel SDL2_image-devel SDL2_ttf-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue