[packages/t1lib] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:13:37 CEST 2025
commit 1a9e2942fa9c3d7e3a3c65031f3fce257359f038
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:13:22 2025 +0200
Fix applying patches.
t1lib.spec | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/t1lib.spec b/t1lib.spec
index a1c7951..4499ebb 100644
--- a/t1lib.spec
+++ b/t1lib.spec
@@ -265,17 +265,17 @@ Program testowy dla t1lib z interfejsem X11.
%prep
%setup -q
-%patch0 -p0
-%patch1 -p0
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
+%patch -P10 -p1
rm -f ac-tools/aclocal.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/t1lib.git/commitdiff/1a9e2942fa9c3d7e3a3c65031f3fce257359f038
More information about the pld-cvs-commit
mailing list