[packages/fltk2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:33:29 CEST 2025
commit 55871fe29ca50c4405222847f6b16b9ea73bdfa8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:33:13 2025 +0200
Fix applying patches.
fltk2.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/fltk2.spec b/fltk2.spec
index 5b71e0c..517db55 100644
--- a/fltk2.spec
+++ b/fltk2.spec
@@ -97,10 +97,10 @@ Bibliotecas estáticas para o FLTK2.
%prep
%setup -q -n %{_name}-%{_version}.x-%{_snap}
-%patch0 -p0
-%patch1 -p0
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fltk2.git/commitdiff/55871fe29ca50c4405222847f6b16b9ea73bdfa8
More information about the pld-cvs-commit
mailing list