apng-utils: auto updated to 3.1.6-7

This commit is contained in:
Lilac 2023-05-15 09:02:39 +00:00
parent a01045d1c4
commit f026826661
2 changed files with 91 additions and 0 deletions

12
repo/apng-utils/cli.patch Normal file
View file

@ -0,0 +1,12 @@
diff -Naur apngasm-3.1.6.orig/cli/src/cli.cpp apngasm-3.1.6.new/cli/src/cli.cpp
--- apngasm-3.1.6.orig/cli/src/cli.cpp 2015-08-21 07:57:18.000000000 +0200
+++ apngasm-3.1.6.new/cli/src/cli.cpp 2021-05-25 17:31:15.729027302 +0200
@@ -80,7 +80,7 @@
createParentDirs(filePath);
return true;
}
- if(!filesystem::exists(filesystem::path(filePath))) {
+ if(!boost::filesystem::exists(boost::filesystem::path(filePath))) {
createParentDirs(filePath);
return true;
}