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_devuan_gtk2.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_devuan_gtk2.patch')
-rw-r--r-- | freefilesync/debian/patches/ffs_devuan_gtk2.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/freefilesync/debian/patches/ffs_devuan_gtk2.patch b/freefilesync/debian/patches/ffs_devuan_gtk2.patch index 9db9584..1a79546 100644 --- a/freefilesync/debian/patches/ffs_devuan_gtk2.patch +++ b/freefilesync/debian/patches/ffs_devuan_gtk2.patch @@ -44,6 +44,14 @@ diff -x '*.swp' -x '.git*' -x '*.orig' -x '*.rej' -Naur 10.18-0/FreeFileSync/Sou #support for SELinux (optional) SELINUX_EXISTING=$(shell pkg-config --exists libselinux && echo YES) +@@ -84,6 +85,7 @@ + CPP_FILES+=../../zen/file_io.cpp + CPP_FILES+=../../zen/file_traverser.cpp + CPP_FILES+=../../zen/http.cpp ++CPP_FILES+=../../zen/system.cpp + CPP_FILES+=../../zen/zstring.cpp + CPP_FILES+=../../zen/format_unit.cpp + CPP_FILES+=../../zen/legacy_compiler.cpp diff -x '*.swp' -x '.git*' -x '*.orig' -x '*.rej' -Naur 10.18-0/FreeFileSync/Source/RealTimeSync/Makefile 10.18-1/FreeFileSync/Source/RealTimeSync/Makefile --- 10.11-0/FreeFileSync/Source/RealTimeSync/Makefile 2019-04-12 08:05:57.000000000 -0400 +++ 10.18-2/FreeFileSync/Source/RealTimeSync/Makefile 2019-11-21 09:46:11.378240094 -0500 |