[packages/libbraille] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:44:49 CEST 2025
commit 2ebece1fffc1d81b0afd09866f8643472e831c7b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:44:33 2025 +0200
Fix applying patches.
libbraille.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbraille.spec b/libbraille.spec
index 2006b8d..31da2b8 100644
--- a/libbraille.spec
+++ b/libbraille.spec
@@ -107,8 +107,8 @@ Wiązania Pythona do biblioteki libbraille.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# shared library should use shared libltdl
%{__sed} -i -e 's/^AC_LIBLTDL_CONVENIENCE/AC_LIBLTDL_INSTALLABLE/' configure.ac
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libbraille.git/commitdiff/2ebece1fffc1d81b0afd09866f8643472e831c7b
More information about the pld-cvs-commit
mailing list