0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-25 10:02:32 +00:00
Files
termux-packages/packages/qrsspig/boost_1.87.patch
Aditya Alok c4383ae5b1 pkg(main/qrsspig): Add patch for boost 1.87
Signed-off-by: Aditya Alok <alok@termux.dev>
2025-03-19 21:52:45 +05:30

12 lines
405 B
Diff

--- qrsspig-v0.8.0/src/QGPluginLoader.h 2022-08-04 01:22:10.000000000 +0530
+++ qrsspig-v0.8.0.mod/src/QGPluginLoader.h 2025-01-28 02:19:15.574174901 +0530
@@ -109,7 +109,7 @@
struct path_leaf_string
{
std::string operator()(const boost::filesystem::directory_entry& entry) const {
- return entry.path().leaf().string();
+ return entry.path().filename().string();
}
};