[packages/pxlib] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:25:07 CEST 2025


commit d9b122d6d7166d91dd0363aef0295859d90dfadd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:24:51 2025 +0200

    Fix applying patches.

 pxlib.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pxlib.spec b/pxlib.spec
index ec877b5..0eaccf6 100644
--- a/pxlib.spec
+++ b/pxlib.spec
@@ -67,8 +67,8 @@ Statyczna biblioteka pxlib.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %{__sed} -i -e '/RECODE_LIBDIR=/ s,/lib$,/%{_lib},' configure.ac
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pxlib.git/commitdiff/d9b122d6d7166d91dd0363aef0295859d90dfadd



More information about the pld-cvs-commit mailing list