Accepting request 1225916 from games

- Add 0ad-link-icu-76.patch: Fix build against ICU 76.x.

OBS-URL: https://build.opensuse.org/request/show/1225916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/0ad?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2024-11-24 10:04:19 +00:00 committed by Git OBS Bridge
commit 9cbafc1b3e
3 changed files with 28 additions and 0 deletions

20
0ad-link-icu-76.patch Normal file
View File

@ -0,0 +1,20 @@
Index: 0ad-0.0.26-alpha/build/premake/extern_libs5.lua
===================================================================
--- 0ad-0.0.26-alpha.orig/build/premake/extern_libs5.lua
+++ 0ad-0.0.26-alpha/build/premake/extern_libs5.lua
@@ -396,6 +396,7 @@ extern_lib_defs = {
add_default_include_paths("icu")
else
pkgconfig.add_includes("icu-i18n")
+ pkgconfig.add_includes("icu-uc")
end
end,
link_settings = function()
@@ -408,6 +409,7 @@ extern_lib_defs = {
})
else
pkgconfig.add_links("icu-i18n")
+ pkgconfig.add_links("icu-uc")
end
end,
},

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 09:16:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Add 0ad-link-icu-76.patch: Fix build against ICU 76.x.
-------------------------------------------------------------------
Thu Apr 25 22:29:04 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -52,6 +52,8 @@ Patch4: fix-gcc13-build.patch
Patch5: fix-fmt10-build.patch
# PATCH-FIX-UPSTREAM -- Fix build with boost 1.85
Patch6: fix-boost-1.85-build.patch
# PATCH-FIX-UPSTREAM -- Fix build with icu 76.x
Patch7: 0ad-link-icu-76.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libXcursor-devel
@ -112,6 +114,7 @@ flexible game engine.
%if %{pkg_vcmp libboost_filesystem-devel >= 1.74}
%patch -P 6 -p1
%endif
%patch -P 7 -p1
%build
export CFLAGS="%{optflags}"