mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
openmw: for boost-1.89
This commit is contained in:
parent
ff3af8b46a
commit
3b0988eb21
2 changed files with 22 additions and 1 deletions
21
srcpkgs/openmw/patches/boost-1.89.patch
Normal file
21
srcpkgs/openmw/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -459,7 +459,7 @@ if(HAVE_MULTIVIEW)
|
||||
add_definitions(-DOSG_HAS_MULTIVIEW)
|
||||
endif(HAVE_MULTIVIEW)
|
||||
|
||||
-set(BOOST_COMPONENTS iostreams program_options system)
|
||||
+set(BOOST_COMPONENTS iostreams program_options)
|
||||
|
||||
find_package(Boost 1.70.0 CONFIG REQUIRED COMPONENTS ${BOOST_COMPONENTS} OPTIONAL_COMPONENTS ${BOOST_OPTIONAL_COMPONENTS})
|
||||
|
||||
--- a/components/CMakeLists.txt
|
||||
+++ b/components/CMakeLists.txt
|
||||
@@ -586,7 +586,6 @@ target_link_libraries(components
|
||||
${OSG_LIBRARIES}
|
||||
${OPENTHREADS_LIBRARIES}
|
||||
|
||||
- Boost::system
|
||||
Boost::program_options
|
||||
Boost::iostreams
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openmw'
|
||||
pkgname=openmw
|
||||
version=0.49.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
_recast_commit=c393777d26d2ff6519ac23612abf8af42678c9dd
|
||||
_bullet_tag=3.25
|
||||
|
|
Loading…
Add table
Reference in a new issue