[packages/codeblocks] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:01:55 CEST 2025
commit 7a2b42e271f968ffd4b5a2ff655236c9a5da9f1d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:01:39 2025 +0200
Fix applying patches.
codeblocks.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/codeblocks.spec b/codeblocks.spec
index 9884c4e..1a545ae 100644
--- a/codeblocks.spec
+++ b/codeblocks.spec
@@ -147,9 +147,9 @@ instalować ten pakiet tylko w celu pisania wtyczek do Code::Blocks.
%prep
%setup -q -n %{name}-%{version}%{snap}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# hardcode libdir, continue of patch0
sed -i 's|@libdir@|%{_libdir}|' src/sdk/configmanager.cpp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/codeblocks.git/commitdiff/7a2b42e271f968ffd4b5a2ff655236c9a5da9f1d
More information about the pld-cvs-commit
mailing list