Accepting request 1244874 from games
Fix ppc64le build OBS-URL: https://build.opensuse.org/request/show/1244874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=38
This commit is contained in:
commit
27276b042b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 13:10:05 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
- Fix ppc64le build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 12:00:00 UTC 2024 - cunix@mail.de
|
||||
|
||||
|
10
godot.spec
10
godot.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package godot
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2017 Luke Jones, luke.nukem.jones@gmail.com
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -93,11 +93,11 @@ BuildRequires: pkgconfig(freetype2) >= 2.10.2
|
||||
# Using bundled freetype2 throws build errors, if
|
||||
# we don't use bundled libpng and zlib as well.
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libbrotlicommon)
|
||||
BuildRequires: pkgconfig(libbrotlidec)
|
||||
BuildRequires: mbedtls-devel
|
||||
BuildRequires: pkgconfig(graphite2)
|
||||
BuildRequires: pkgconfig(harfbuzz)
|
||||
BuildRequires: pkgconfig(libbrotlicommon)
|
||||
BuildRequires: pkgconfig(libbrotlidec)
|
||||
BuildRequires: pkgconfig(libwslay)
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
BuildRequires: pkgconfig(miniupnpc)
|
||||
@ -361,9 +361,13 @@ suffix=rv64
|
||||
%ifarch aarch64
|
||||
suffix=arm64
|
||||
%else
|
||||
%ifarch ppc64 ppc64le
|
||||
suffix=ppc64
|
||||
%else
|
||||
suffix=%{__isa_name}_%{__isa_bits}
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# Installing the editor
|
||||
install -D -p -m 755 bin/%{name}.linuxbsd.editor.$suffix %{buildroot}%{_bindir}/%{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user