diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-15 15:36:35 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-15 15:36:35 -0500 |
commit | 6b099831dceebb0905fc91b133567ee416010a74 (patch) | |
tree | bf6e5e5c6b3e7a96aa36aeb9a899bb74ff6e17de /freefilesync/debian/patches/ffs_10.20.patch | |
parent | Merge branch 'mktrayicon-bump' into 'master' (diff) | |
download | stackrpms-6b099831dceebb0905fc91b133567ee416010a74.tar.gz stackrpms-6b099831dceebb0905fc91b133567ee416010a74.tar.bz2 stackrpms-6b099831dceebb0905fc91b133567ee416010a74.zip |
WIP: freefilesync initial patches for 10.20
Diffstat (limited to 'freefilesync/debian/patches/ffs_10.20.patch')
-rw-r--r-- | freefilesync/debian/patches/ffs_10.20.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/freefilesync/debian/patches/ffs_10.20.patch b/freefilesync/debian/patches/ffs_10.20.patch new file mode 100644 index 0000000..8369e30 --- /dev/null +++ b/freefilesync/debian/patches/ffs_10.20.patch @@ -0,0 +1,14 @@ +Message: To make FreeFileSync 10.20 compile. Looks like some includes were omitted by upstream. +Date: 2020-02-15 20:00 +diff -Naur /usr/src/freefilesync/10.20-0/FreeFileSync/Source/base/log_file.cpp /usr/src/freefilesync/10.20-1/FreeFileSync/Source/base/log_file.cpp +--- 10.20-0/FreeFileSync/Source/base/log_file.cpp 2020-02-15 14:50:08.340617412 -0500 ++++ 10.20-1/FreeFileSync/Source/base/log_file.cpp 2020-02-15 15:01:36.687166993 -0500 +@@ -9,6 +9,8 @@ + #include <wx/datetime.h> + #include "ffs_paths.h" + #include "../afs/concrete.h" ++#include "../../../zen/system.h" ++#include "../../../zen/http.h" + + using namespace zen; + using namespace fff; |