fix patching to fix build errors on rhel

This commit is contained in:
FAS Marie Loise Nolden 2023-07-08 07:46:49 +00:00
parent faa706b7e9
commit 447e16d9e9

View File

@ -78,17 +78,17 @@ FreeType.
%prep
%setup -q -b 1 -a 2
%patch 0 -p1 -b .enable-spr
%patch 1 -p1 -b .enable-valid
%patch0 -p1 -b .enable-spr
%patch1 -p1 -b .enable-valid
pushd ft2demos-%{version}
%patch 2 -p1 -b .more-demos
%patch2 -p1 -b .more-demos
popd
%patch 3 -p1 -b .libtool
%patch 4 -p1 -b .multilib
%patch 5 -p1 -b .internal-outline
%patch 6 -p1 -b .debughook
%patch3 -p1 -b .libtool
%patch4 -p1 -b .multilib
%patch5 -p1 -b .internal-outline
%patch6 -p1 -b .debughook
%build