[packages/niffsdk] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:35:07 CEST 2025
commit 917b290fe272efca47a3b31d184a90bd52106ffb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:34:51 2025 +0200
Fix applying patches.
niffsdk.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/niffsdk.spec b/niffsdk.spec
index 356afd4..177f3f6 100644
--- a/niffsdk.spec
+++ b/niffsdk.spec
@@ -70,8 +70,8 @@ Statyczne biblioteki NIFF SDK.
%prep
%setup -q -n %{name}%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# propagate mk fixes (cannot symlink, because generated top.mks differ)
cp -a mk/* niff/mk
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/niffsdk.git/commitdiff/917b290fe272efca47a3b31d184a90bd52106ffb
More information about the pld-cvs-commit
mailing list