diff --git a/anda/apps/sunshine/downgrade-boost.patch b/anda/apps/sunshine/downgrade-boost.patch new file mode 100644 index 0000000000..f0929e0926 --- /dev/null +++ b/anda/apps/sunshine/downgrade-boost.patch @@ -0,0 +1,13 @@ +diff --git a/cmake/dependencies/Boost_Sunshine.cmake b/cmake/dependencies/Boost_Sunshine.cmake +index eb2ac409..109c3238 100644 +--- a/cmake/dependencies/Boost_Sunshine.cmake ++++ b/cmake/dependencies/Boost_Sunshine.cmake +@@ -3,7 +3,7 @@ + # + include_guard(GLOBAL) + +-set(BOOST_VERSION "1.87.0") ++set(BOOST_VERSION "1.83.0") + set(BOOST_COMPONENTS + filesystem + locale diff --git a/anda/apps/sunshine/sunshine.spec b/anda/apps/sunshine/sunshine.spec index 1baa98f619..4e570ca09d 100644 --- a/anda/apps/sunshine/sunshine.spec +++ b/anda/apps/sunshine/sunshine.spec @@ -11,6 +11,8 @@ Release: 1%{?dist} License: GPL-3.0-only AND CC0-1.0 URL: http://app.lizardbyte.dev/Sunshine/ Patch0: fix-test-cxxflags.patch +# 44 _should_ have boost-1.90.0, so this probably wont be needed +Patch1: downgrade-boost.patch Summary: Self-hosted game stream host for Moonlight Packager: metcya