Eliminate use of obsolete %patchN syntax (#2283636)
This commit is contained in:
parent
3c09ac3af8
commit
dafcfb9c24
1 changed files with 3 additions and 3 deletions
6
ags.spec
6
ags.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue