[packages/gtkmm1] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:02:50 CEST 2025
commit 1ebcd004c5dac2c032fc49b83ee7def40f803446
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:02:34 2025 +0200
Fix applying patches.
gtkmm1.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtkmm1.spec b/gtkmm1.spec
index 7326359..f4dea6c 100644
--- a/gtkmm1.spec
+++ b/gtkmm1.spec
@@ -82,9 +82,9 @@ Biblioteki statyczne GTK-- i GDK--.
%prep
%setup -q -n %{src_name}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# AM_ACLOCAL_INCLUDE
tail -n +161 aclocal.m4 | head -n 16 > acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gtkmm1.git/commitdiff/1ebcd004c5dac2c032fc49b83ee7def40f803446
More information about the pld-cvs-commit
mailing list