[packages/STLport4] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:08:51 CEST 2025
commit 92045814a983594fabbdce4b077815530c1cfc58
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:08:34 2025 +0200
Fix applying patches.
STLport4.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/STLport4.spec b/STLport4.spec
index 029a906..e53736c 100644
--- a/STLport4.spec
+++ b/STLport4.spec
@@ -52,11 +52,11 @@ Biblioteki statyczne do STLport.
%prep
%setup -q -n STLport-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__make} -C src -f gcc.mak \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/STLport4.git/commitdiff/92045814a983594fabbdce4b077815530c1cfc58
More information about the pld-cvs-commit
mailing list