removed on boost 1.89 (bsc#1249599) * Patch boost.patch OBS-URL: https://build.opensuse.org/package/show/games/wesnoth?expand=0&rev=146
48 lines
1.4 KiB
Diff
48 lines
1.4 KiB
Diff
diff -Nrua wesnoth-1.18.5.orig/CMakeLists.txt wesnoth-1.18.5/CMakeLists.txt
|
|
--- wesnoth-1.18.5.orig/CMakeLists.txt
|
|
+++ wesnoth-1.18.5/CMakeLists.txt
|
|
@@ -93,7 +93,7 @@
|
|
find_library(SECURITY_LIBRARY Security REQUIRED)
|
|
endif()
|
|
|
|
-find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams program_options regex system thread random coroutine locale filesystem graph)
|
|
+find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams program_options regex thread random coroutine locale filesystem graph)
|
|
find_package(ICU REQUIRED COMPONENTS data i18n uc)
|
|
|
|
# no, gettext executables are not required when NLS is deactivated
|
|
diff -Nrua wesnoth-1.18.5.orig/src/CMakeLists.txt wesnoth-1.18.5/src/CMakeLists.txt
|
|
--- wesnoth-1.18.5.orig/src/CMakeLists.txt
|
|
+++ wesnoth-1.18.5/src/CMakeLists.txt
|
|
@@ -248,7 +248,6 @@
|
|
Boost::iostreams
|
|
Boost::program_options
|
|
Boost::regex
|
|
- Boost::system
|
|
Boost::random
|
|
Boost::coroutine
|
|
Boost::locale
|
|
@@ -295,7 +294,6 @@
|
|
Boost::iostreams
|
|
Boost::program_options
|
|
Boost::regex
|
|
- Boost::system
|
|
Boost::random
|
|
Boost::coroutine
|
|
Boost::locale
|
|
@@ -344,7 +342,6 @@
|
|
Boost::iostreams
|
|
Boost::program_options
|
|
Boost::regex
|
|
- Boost::system
|
|
Boost::random
|
|
Boost::coroutine
|
|
Boost::locale
|
|
@@ -385,7 +382,6 @@
|
|
Boost::iostreams
|
|
Boost::program_options
|
|
Boost::regex
|
|
- Boost::system
|
|
Boost::random
|
|
Boost::coroutine
|
|
Boost::locale
|