Eliminate use of obsolete %patchN syntax (#2283636)

This commit is contained in:
Software Management Team 2024-05-30 12:46:46 +02:00 committed by Dominik 'Rathann' Mierzejewski
commit dafcfb9c24

View file

@ -69,12 +69,12 @@ since continued to be developed by contributors.
%prep
%setup -q
%patch0 -p1 -b .gcc14
%patch -P0 -p1 -b .gcc14
%if %{with freetype}
%patch2 -p1 -b .noft
%patch -P2 -p1 -b .noft
%endif
%if %{with openal}
%patch3 -p1 -b .openal
%patch -P3 -p1 -b .openal
%endif
# delete unused bundled stuff
pushd Common/libinclude