Eliminate use of obsolete %patchN syntax (#2283636)

This commit is contained in:
Software Management Team 2024-05-30 12:46:47 +02:00 committed by Miro Hrončok
parent b5157cf462
commit bf145ed3b0

View File

@ -102,8 +102,8 @@ Demo files for Hugs98.
%prep
%setup -q -n %{name}-%{hugs_ver}
# add undefined struct
%patch0 -p1 -b .gnu
%patch1 -p1 -b .config
%patch -P0 -p1 -b .gnu
%patch -P1 -p1 -b .config
%patch -P 2 -p1
# use inline keyword
sed -i 's|extern inline|inline|' packages/base/include/HsBase.h packages/network/include/HsNet.h packages/unix/include/HsUnix.h hsc2hs/Main.hs