[packages/tremulous] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:22:12 CEST 2025
commit 2d624cb73913806cc0d99a3353f5e4a637500191
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:21:55 2025 +0200
Fix applying patches.
tremulous.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tremulous.spec b/tremulous.spec
index 173787b..b1c9a69 100644
--- a/tremulous.spec
+++ b/tremulous.spec
@@ -184,10 +184,10 @@ Pliki wspólne Tremulous dla serwera i trybu gracza.
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%{__sed} -i -e 's/-Werror//' src/tools/asm/Makefile
%{__sed} -i -e '/OP_BLOCK_COPY not dword aligned/s#^#//#' src/qcommon/vm_interpreted.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tremulous.git/commitdiff/2d624cb73913806cc0d99a3353f5e4a637500191
More information about the pld-cvs-commit
mailing list