summaryrefslogtreecommitdiff
path: root/freefilesync/debian/patches/ffs_10.20.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-15 19:45:00 -0500
committerB Stack <bgstack15@gmail.com>2020-02-15 19:45:00 -0500
commit3d209807735b32f7dbc97a4ff60d73e0007f5c1d (patch)
tree7bf79d23abc3e3090139e4edd98cebcd64d5bd84 /freefilesync/debian/patches/ffs_10.20.patch
parentfreefilesync dpkg rc1 for gtk2 (diff)
downloadstackrpms-3d209807735b32f7dbc97a4ff60d73e0007f5c1d.tar.gz
stackrpms-3d209807735b32f7dbc97a4ff60d73e0007f5c1d.tar.bz2
stackrpms-3d209807735b32f7dbc97a4ff60d73e0007f5c1d.zip
freefilesync gtk3 dpkg rc1
And now include the dsc file for easier osc operation
Diffstat (limited to 'freefilesync/debian/patches/ffs_10.20.patch')
-rw-r--r--freefilesync/debian/patches/ffs_10.20.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/freefilesync/debian/patches/ffs_10.20.patch b/freefilesync/debian/patches/ffs_10.20.patch
deleted file mode 100644
index 8369e30..0000000
--- a/freefilesync/debian/patches/ffs_10.20.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
bgstack15