[packages/glfw2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:47:51 CEST 2025
commit 8ed7f17864fa7c3b49e2d54e3ec13378c8025842
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:47:36 2025 +0200
Fix applying patches.
glfw2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glfw2.spec b/glfw2.spec
index 07dfd88..49ebd85 100644
--- a/glfw2.spec
+++ b/glfw2.spec
@@ -79,9 +79,9 @@ Statyczna biblioteka GLFW 2.
%prep
%setup -q -n glfw-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
CC="%{__cc}" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glfw2.git/commitdiff/8ed7f17864fa7c3b49e2d54e3ec13378c8025842
More information about the pld-cvs-commit
mailing list