From 3b0988eb21caf9c4d03c5161ad2310bd223d749b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:34 +0700 Subject: [PATCH] openmw: for boost-1.89 --- srcpkgs/openmw/patches/boost-1.89.patch | 21 +++++++++++++++++++++ srcpkgs/openmw/template | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/openmw/patches/boost-1.89.patch diff --git a/srcpkgs/openmw/patches/boost-1.89.patch b/srcpkgs/openmw/patches/boost-1.89.patch new file mode 100644 index 00000000000..9cc32161764 --- /dev/null +++ b/srcpkgs/openmw/patches/boost-1.89.patch @@ -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 + diff --git a/srcpkgs/openmw/template b/srcpkgs/openmw/template index d2779c3bfff..0a341c74131 100644 --- a/srcpkgs/openmw/template +++ b/srcpkgs/openmw/template @@ -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