Ana Guerrero 2024-02-27 21:43:57 +00:00 committed by Git OBS Bridge
commit 40603f77fd
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)"