[packages/glut] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:49:01 CEST 2025


commit 6abed75a57d504beb7c744b5a7f719d5a912fb4b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:48:45 2025 +0200

    Fix applying patches.

 glut.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glut.spec b/glut.spec
index 7d4cced..513ec70 100644
--- a/glut.spec
+++ b/glut.spec
@@ -74,10 +74,10 @@ Przykładowe programy.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 %if "%{_lib}" == "lib64"
-%patch2 -p1
+%patch -P2 -p1
 %endif
 
 %build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glut.git/commitdiff/6abed75a57d504beb7c744b5a7f719d5a912fb4b



More information about the pld-cvs-commit mailing list