[packages/libomxil-bellagio] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:56:30 CEST 2025
commit eab4dbd503fa0e6a634636a7f7f245292ba1cf5f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:56:14 2025 +0200
Fix applying patches.
libomxil-bellagio.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libomxil-bellagio.spec b/libomxil-bellagio.spec
index f854e09..e4508cd 100644
--- a/libomxil-bellagio.spec
+++ b/libomxil-bellagio.spec
@@ -76,8 +76,8 @@ Dokumentacja API biblioteki Bellagio OpenMAX IL.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# unhandled case enum value warnings when using gcc 4.6
sed -i -e 's/-Werror//' configure.ac
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libomxil-bellagio.git/commitdiff/eab4dbd503fa0e6a634636a7f7f245292ba1cf5f
More information about the pld-cvs-commit
mailing list