[packages/STLport] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:08:47 CEST 2025


commit b4a193a41d43e4cc93bc45ba1e4b4d5ae9ca6b66
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:08:31 2025 +0200

    Fix applying patches.

 STLport.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/STLport.spec b/STLport.spec
index 6e8a721..2ab188e 100644
--- a/STLport.spec
+++ b/STLport.spec
@@ -93,8 +93,8 @@ Statyczna wersja diagnostyczna biblioteki STLport.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/STLport.git/commitdiff/b4a193a41d43e4cc93bc45ba1e4b4d5ae9ca6b66



More information about the pld-cvs-commit mailing list