[packages/ogre] - use patch -P
baggins
baggins at pld-linux.org
Tue Mar 11 14:35:22 CET 2025
commit 34976f06ab54fb97ee00c437a25a0c87de823b36
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Mar 11 13:49:34 2025 +0100
- use patch -P
ogre.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ogre.spec b/ogre.spec
index 50fc257..1c4ef45 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -41,8 +41,8 @@ URL: https://www.ogre3d.org/
%{?with_samples:BuildRequires: CEGUI-devel}
BuildRequires: FreeImage-devel
%{?with_openexr:BuildRequires: OpenEXR-devel}
-BuildRequires: OpenGL-devel >= 3.0
BuildRequires: OpenGL-GLU-devel
+BuildRequires: OpenGL-devel >= 3.0
BuildRequires: OpenGLESv2-devel >= 2.0
BuildRequires: Qt5Core-devel >= 5
BuildRequires: Qt5Gui-devel >= 5
@@ -120,11 +120,11 @@ Przykłady do OGRE.
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
+%patch -P 2 -p1
%ifarch %{ix86}
-%patch3 -p1
+%patch -P 3 -p1
%endif
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ogre.git/commitdiff/34976f06ab54fb97ee00c437a25a0c87de823b36
More information about the pld-cvs-commit
mailing list