[packages/forcefield] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:34:32 CEST 2025
commit 8d425fe7ea8a83b5112dc31d92eda77bc383fb62
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:34:17 2025 +0200
Fix applying patches.
forcefield.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/forcefield.spec b/forcefield.spec
index ab2c5bd..5de84d9 100644
--- a/forcefield.spec
+++ b/forcefield.spec
@@ -53,8 +53,8 @@ Graficzny interfejs GNOME do TrueCrypta.
%prep
%setup -q -n %{name}-%{_snap}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -i -e 's|include/python2.4|include/python%{py_ver} $(CFLAGS) -fPIC|g' src/lib/Makefile.am
# kill precompiled x86 module
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/forcefield.git/commitdiff/8d425fe7ea8a83b5112dc31d92eda77bc383fb62
More information about the pld-cvs-commit
mailing list