commit e3e55f31314d683e630dacc2463c3ac446f3b73c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 02:14:29 2024 +0100
Fix error: %patchN is obsolete
dfhack.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dfhack.spec b/dfhack.spec
index acab631..44c3bab 100644
--- a/dfhack.spec
+++ b/dfhack.spec
@@ -227,9 +227,9 @@ cp -a %SOURCE3 library/include/
# Apply patches. This complains about line endings, for some reason...
# You know what, don't apply patches. We don't build isoworld, anyway.
-#patch0 -p1
-#patch1 -p1
-%patch4 -p1
+#patch -P0 -p1
+#patch -P1 -p1
+%patch -P4 -p1
# Fix protobuf problem; there's probably a way to do this with the patch macro.
patch depends/protobuf/google/protobuf/message.cc %PATCH3
Show replies by date