[packages/fftw] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:32:05 CEST 2025
commit 9dd39850dd68f65362e7b826326f3e1767c9539d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:31:49 2025 +0200
Fix applying patches.
fftw.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fftw.spec b/fftw.spec
index c827054..41d3983 100644
--- a/fftw.spec
+++ b/fftw.spec
@@ -122,9 +122,9 @@ Statyczne biblioteki FFTW pojedynczej precyzji.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# don't use pregenerated file
rm -f fftw/config.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fftw.git/commitdiff/9dd39850dd68f65362e7b826326f3e1767c9539d
More information about the pld-cvs-commit
mailing list