[packages/openmotif] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:45:41 CEST 2025


commit f070accb49306e59e26eb2cfa40de996db83901b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:45:25 2025 +0200

    Fix applying patches.

 openmotif.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/openmotif.spec b/openmotif.spec
index b1a0f91..e6ec965 100644
--- a/openmotif.spec
+++ b/openmotif.spec
@@ -170,12 +170,12 @@ programy mogą z nimi działać).
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
 
 # png_check_sig was replaced by png_sig_cmp in libpng
 %{__sed} -i -e 's/if (!png_check_sig(sig, 8))/if (png_sig_cmp(sig, 0, 8))/g' lib/Xm/Png.c
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openmotif.git/commitdiff/f070accb49306e59e26eb2cfa40de996db83901b



More information about the pld-cvs-commit mailing list