Sync from SUSE:SLFO:Main ftgl revision ae72a2c988e36ba6b87a8feeff352cf5

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:49:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Oct 26 17:51:03 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -94,9 +94,9 @@ This package provides demo application showing usage of the library.
%prep
%setup -q
%patch1
%patch2
%patch3 -p1
%patch -P 1
%patch -P 2
%patch -P 3 -p1
%build
export CC=gcc