[packages/libyuv] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:05:06 CEST 2025
commit cd23e246d175e10a48a03ba3249862a936f12d04
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:04:50 2025 +0200
Fix applying patches.
libyuv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libyuv.spec b/libyuv.spec
index 499ea95..a601b6a 100644
--- a/libyuv.spec
+++ b/libyuv.spec
@@ -72,8 +72,8 @@ Statyczna biblioteka libyuv.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
mkdir -p build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libyuv.git/commitdiff/cd23e246d175e10a48a03ba3249862a936f12d04
More information about the pld-cvs-commit
mailing list