Sync from SUSE:SLFO:Main freetype2 revision d0a60d17e0fb870eec517f71790923ee

This commit is contained in:
Adrian Schröter 2024-10-03 17:12:41 +02:00
parent 0856753942
commit 324798f57c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:45:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Oct 11 12:15:54 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -171,11 +171,11 @@ This tool is part of the FreeType project
%prep
%setup -q -n freetype-%{freetype_version} -b 1
%patch308961 -p 1
%patch -P 308961 -p 1
pushd ../ft2demos-%{version}
%patch201 -p1
%patch -P 201 -p1
popd
%patch202 -p1
%patch -P 202 -p1
%build
export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"